You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (call_result==SUCCESS&&Z_TYPE(retval) !=IS_UNDEF) {
675
-
if (Z_TYPE(retval) ==IS_FALSE) {
676
-
return-1;
677
-
}
678
-
679
-
if (!try_convert_to_string(&retval)) {
680
-
return-1;
681
-
}
682
-
683
-
didread=Z_STRLEN(retval);
684
-
if (didread>count) {
685
-
php_error_docref(NULL, E_WARNING, "%s::"USERSTREAM_READ" - read "ZEND_LONG_FMT" bytes more data than requested ("ZEND_LONG_FMT" read, "ZEND_LONG_FMT" max) - excess data will be lost",
php_error_docref(NULL, E_WARNING, "%s::"USERSTREAM_READ" is not implemented!",
693
676
us->wrapper->classname);
677
+
return-1;
678
+
}
679
+
680
+
if (Z_TYPE(retval) ==IS_FALSE) {
681
+
return-1;
682
+
}
683
+
684
+
if (!try_convert_to_string(&retval)) {
685
+
return-1;
686
+
}
687
+
688
+
didread=Z_STRLEN(retval);
689
+
if (didread>count) {
690
+
php_error_docref(NULL, E_WARNING, "%s::"USERSTREAM_READ" - read "ZEND_LONG_FMT" bytes more data than requested ("ZEND_LONG_FMT" read, "ZEND_LONG_FMT" max) - excess data will be lost",
0 commit comments