Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c301 uint remaining = str_length; in sapi_cgibin_ub_write() local
304 while (remaining > 0) { in sapi_cgibin_ub_write()
305 ret = sapi_cgibin_single_write(ptr, remaining TSRMLS_CC); in sapi_cgibin_ub_write()
308 return str_length - remaining; in sapi_cgibin_ub_write()
311 remaining -= ret; in sapi_cgibin_ub_write()
/PHP-5.5/ext/standard/tests/file/
H A Dfpassthru_variation1.phpt8 * Description: Output all remaining data from a file pointer
/PHP-5.5/sapi/apache_hooks/
H A DREADME105 remaining
H A Dphp_apache.c528 apache_request_read_int_slot(offsetof(request_rec, remaining), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1323 PHP_FALIAS(remaining, apache_request_remaining, NULL)
/PHP-5.5/
H A DREADME.STREAMS109 If you want to copy all remaining data from the src stream, pass
123 data remaining on the stream if you set maxlen to PHP_STREAM_COPY_ALL.
H A DREADME.PARAMETER_PARSING_API74 | - indicates that the remaining parameters are optional, they
H A DNEWS10171 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING22 the pattern was all used up, all remaining states were possible matches, and
H A DChangeLog5698 allowed the remaining 2 cases to be at the margin.
5817 unless PCRE_EXTRA is set. Currently this just reserves the remaining
/PHP-5.5/Zend/
H A DZEND_CHANGES224 While remaining loosely typed the Zend Engine 2.0 introduces the
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt146 tively. The remaining sections, except for the pcredemo section (which
3438 matching continues by testing any remaining alternatives. Only if no
3523 strings, each substring using a pair of integers. The remaining third
7105 remaining alternative is at a deeper recursion level, which PCRE cannot
8970 matched substrings. The remaining four strings do not match the com-

Completed in 83 milliseconds

12