Home
last modified time | relevance | path

Searched refs:remaining (Results 26 – 44 of 44) sorted by relevance

12

/php-src/tests/classes/
H A Dabstract_by_interface_001.phpt33 …bstract method and must therefore be declared abstract or implement the remaining method (MyInterf…
H A Dabstract_by_interface_002.phpt33 …bstract method and must therefore be declared abstract or implement the remaining method (MyInterf…
H A Dinterfaces_002.phpt26 …bstract method and must therefore be declared abstract or implement the remaining method (Throwabl…
H A Dabstract_static.phpt34 …bstract method and must therefore be declared abstract or implement the remaining method (fail::fu…
/php-src/Zend/tests/
H A Dbug69084.phpt29 …bstract method and must therefore be declared abstract or implement the remaining method (Bar::doO…
H A Dbug75218.phpt2 Bug #75218: Change remaining uncatchable fatal errors for parsing into ParseError
/php-src/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt21 echo "Time remaining: $seconds seconds, $nanoseconds nanoseconds.";
/php-src/ext/standard/tests/streams/
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";
103 Close the server side socket and read the remaining data from the client:
/php-src/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-src/ext/mbstring/tests/
H A Dencoding_tests.inc234 …$fixedLength = function($prefix, $remaining) use($valid, $prefixes, &$invalid, &$truncated, &$fixe…
235 if ($remaining == 0) {
238 } else if ($remaining == 1) {
248 $fixedLength($prefix . chr($i), $remaining - 1);
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c267 uint32_t remaining = str_length; in sapi_cgibin_ub_write() local
270 while (remaining > 0) { in sapi_cgibin_ub_write()
271 ret = sapi_cgibin_single_write(ptr, remaining); in sapi_cgibin_ub_write()
274 return str_length - remaining; in sapi_cgibin_ub_write()
277 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-src/sapi/cli/
H A Dphp_cli.c267 size_t remaining = str_length; in sapi_cli_ub_write() local
282 while (remaining > 0) in sapi_cli_ub_write()
284 ret = sapi_cli_single_write(ptr, remaining); in sapi_cli_ub_write()
293 remaining -= ret; in sapi_cli_ub_write()
/php-src/ext/pgsql/tests/
H A D05large_object.phpt30 var_dump(pg_lo_read($handle, 100)); // Read to the end because chunk is larger then remaining conte…
/php-src/docs-old/
H A Dstreams.md111 If you want to copy all remaining data from the src stream, pass
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
H A Dparameter-parsing-api.md99 * `|` - indicates that the remaining parameters are optional, they should be
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10814 # skip remaining Maple help database *.hdb by checking key length
12283 # remaining settings normally 0x5A+offset XORed; free_1D5[20] empty since 5.12.0e
18183 # remaining "l" "e" of "color profile" printed later to avoid error
24127 # remaining regex
27312 # the remaining files should be DOS *.COM executables
27979 # skip remaining worksheets, because valid only for DIB image (40) or PNG image (\x89PNG)
28364 # remaining archives with just one file
30276 # remaining null clsid
30631 # remaining non null clsid
34234 # remaining older templates, patterns, drawings
[all …]
H A Dmagic10814 # skip remaining Maple help database *.hdb by checking key length
12283 # remaining settings normally 0x5A+offset XORed; free_1D5[20] empty since 5.12.0e
18183 # remaining "l" "e" of "color profile" printed later to avoid error
24127 # remaining regex
27312 # the remaining files should be DOS *.COM executables
27979 # skip remaining worksheets, because valid only for DIB image (40) or PNG image (\x89PNG)
28364 # remaining archives with just one file
30276 # remaining null clsid
30631 # remaining non null clsid
34234 # remaining older templates, patterns, drawings
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc4770 /* 3. move the remaining memory and immediate values */
H A Dir_x86.dasc8634 /* 3. move the remaining memory and immediate values */

Completed in 199 milliseconds

12