Home
last modified time | relevance | path

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

12

/PHP-8.0/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-8.0/sapi/embed/
H A Dphp_embed.c69 size_t remaining = str_length; in php_embed_ub_write() local
72 while (remaining > 0) { in php_embed_ub_write()
73 ret = php_embed_single_write(ptr, remaining); in php_embed_ub_write()
78 remaining -= ret; in php_embed_ub_write()
/PHP-8.0/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-8.0/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.phpt16 …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 Dabstract_by_interface_002.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_static.phpt34 …bstract method and must therefore be declared abstract or implement the remaining methods (fail::f…
/PHP-8.0/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 Dbug69084.phpt29 …bstract method and must therefore be declared abstract or implement the remaining methods (Bar::do…
H A Dbug75218.phpt2 Bug #75218: Change remaining uncatchable fatal errors for parsing into ParseError
/PHP-8.0/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-8.0/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-8.0/Zend/tests/traits/
H A Dinterface_002.phpt24 …bstract method and must therefore be declared abstract or implement the remaining methods (baz::ab…
/PHP-8.0/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt21 echo "Time remaining: $seconds seconds, $nanoseconds nanoseconds.";
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c309 size_t remaining = str_length; in sapi_cgi_ub_write() local
312 while (remaining > 0) { in sapi_cgi_ub_write()
316 return str_length - remaining; in sapi_cgi_ub_write()
319 remaining -= ret; in sapi_cgi_ub_write()
328 size_t remaining = str_length; in sapi_fcgi_ub_write() local
331 while (remaining > 0) { in sapi_fcgi_ub_write()
332 int to_write = remaining > INT_MAX ? INT_MAX : (int)remaining; in sapi_fcgi_ub_write()
337 return str_length - remaining; in sapi_fcgi_ub_write()
340 remaining -= ret; in sapi_fcgi_ub_write()
509 if (remaining < count_bytes) { in sapi_fcgi_read_post()
[all …]
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c270 uint32_t remaining = str_length; in sapi_cgibin_ub_write() local
273 while (remaining > 0) { in sapi_cgibin_ub_write()
274 ret = sapi_cgibin_single_write(ptr, remaining); in sapi_cgibin_ub_write()
277 return str_length - remaining; in sapi_cgibin_ub_write()
280 remaining -= ret; in sapi_cgibin_ub_write()
432 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post() local
434 if (remaining < count_bytes) { in sapi_cgi_read_post()
435 count_bytes = remaining; in sapi_cgi_read_post()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c276 size_t remaining = str_length; in sapi_cli_ub_write() local
291 while (remaining > 0) in sapi_cli_ub_write()
293 ret = sapi_cli_single_write(ptr, remaining); in sapi_cli_ub_write()
302 remaining -= ret; in sapi_cli_ub_write()

Completed in 40 milliseconds

12