Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt94 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
99 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
116 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
121 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
126 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
131 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
135 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
146 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
151 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
161 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
[all …]
/PHP-7.4/sapi/embed/
H A Dphp_embed.c70 size_t remaining = str_length; in php_embed_ub_write() local
73 while (remaining > 0) { in php_embed_ub_write()
74 ret = php_embed_single_write(ptr, remaining); in php_embed_ub_write()
79 remaining -= ret; in php_embed_ub_write()
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt37 echo "\n\nClose the server side socket and read the remaining data from the client\n";
61 Close the server side socket and read the remaining data from the client
H A Dfgets_socket_variation2.phpt53 echo "\nClose the server side socket and read the remaining data from the client\n";
68 Close the server side socket and read the remaining data from the client
/PHP-7.4/tests/classes/
H A Dinterface_must_be_implemented.phpt15 …bstract method and must therefore be declared abstract or implement the remaining methods (if_a::f…
H A Dabstract_not_declared.phpt13 …bstract method and must therefore be declared abstract or implement the remaining methods (fail::s…
H A Dabstract_derived.phpt17 …bstract method and must therefore be declared abstract or implement the remaining methods (derived…
H A Dabstract_redeclare.phpt19 …bstract method and must therefore be declared abstract or implement the remaining methods (fail::s…
H A Dabstract_by_interface_001.phpt33 …bstract method and must therefore be declared abstract or implement the remaining methods (MyInter…
H A Dinterfaces_002.phpt26 …bstract method and must therefore be declared abstract or implement the remaining methods (Throwab…
H A Dabstract_by_interface_002.phpt33 …bstract method and must therefore be declared abstract or implement the remaining methods (MyInter…
H A Dabstract_static.phpt34 …bstract method and must therefore be declared abstract or implement the remaining methods (fail::f…
/PHP-7.4/Zend/tests/
H A Derrmsg_018.phpt13 …bstract method and must therefore be declared abstract or implement the remaining methods (test::f…
H A Dbug44414.phpt15 …stract methods and must therefore be declared abstract or implement the remaining methods (A::foo,…
H A Dinclude_fail_during_read.phpt10 Warning: include(): Unprocessed filter buckets remaining on input brigade in %s on line %d
H A Dbug43323.phpt14 …bstract method and must therefore be declared abstract or implement the remaining methods (bar::ba…
H A Dbug75218.phpt2 Bug #75218: Change remaining uncatchable fatal errors for parsing into ParseError
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
76 Close the server side socket and read the remaining data from the client:
H A Dstream_get_meta_data_socket_variation1.phpt30 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
97 Close the server side socket and read the remaining data from the client:
/PHP-7.4/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt19 …bstract method and must therefore be declared abstract or implement the remaining methods (%s) in …
/PHP-7.4/Zend/tests/traits/
H A Dinterface_002.phpt24 …bstract method and must therefore be declared abstract or implement the remaining methods (baz::ab…
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt21 echo "Time remaining: $seconds seconds, $nanoseconds nanoseconds.";
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c313 size_t remaining = str_length; in sapi_cgi_ub_write() local
316 while (remaining > 0) { in sapi_cgi_ub_write()
320 return str_length - remaining; in sapi_cgi_ub_write()
323 remaining -= ret; in sapi_cgi_ub_write()
332 size_t remaining = str_length; in sapi_fcgi_ub_write() local
335 while (remaining > 0) { in sapi_fcgi_ub_write()
336 int to_write = remaining > INT_MAX ? INT_MAX : (int)remaining; in sapi_fcgi_ub_write()
341 return str_length - remaining; in sapi_fcgi_ub_write()
344 remaining -= ret; in sapi_fcgi_ub_write()
513 if (remaining < count_bytes) { in sapi_fcgi_read_post()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c275 uint32_t remaining = str_length; in sapi_cgibin_ub_write() local
278 while (remaining > 0) { in sapi_cgibin_ub_write()
279 ret = sapi_cgibin_single_write(ptr, remaining); in sapi_cgibin_ub_write()
282 return str_length - remaining; in sapi_cgibin_ub_write()
285 remaining -= ret; in sapi_cgibin_ub_write()
437 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post() local
439 if (remaining < count_bytes) { in sapi_cgi_read_post()
440 count_bytes = remaining; in sapi_cgi_read_post()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c280 size_t remaining = str_length; in sapi_cli_ub_write() local
295 while (remaining > 0) in sapi_cli_ub_write()
297 ret = sapi_cli_single_write(ptr, remaining); in sapi_cli_ub_write()
306 remaining -= ret; in sapi_cli_ub_write()

Completed in 42 milliseconds

12