Home
last modified time | relevance | path

Searched refs:amount (Results 26 – 38 of 38) sorted by path

12

/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace arou…
H A Dpreg_replace_edit_basic.phpt27 …'\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and…
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c404 int len, amount; in odbc_stmt_param_hook() local
410 amount = end - ptr; in odbc_stmt_param_hook()
411 if (amount == 0) { in odbc_stmt_param_hook()
414 if (amount > 8192) in odbc_stmt_param_hook()
415 amount = 8192; in odbc_stmt_param_hook()
416 len = php_stream_read(stm, ptr, amount); in odbc_stmt_param_hook()
/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc19 * a specified amount of elements.
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_key_setsize.phpt2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
/PHP-5.5/ext/standard/
H A Dbasic_functions.c2003 ZEND_ARG_INFO(0, amount)
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt28 fwrite($h, b"Here is a repeated amount of data");
51amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
52amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
53amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
/PHP-5.5/ext/standard/tests/math/
H A Dbug21523.phpt2 Bug #21523 (number_format tries to allocate negative amount of memory)
/PHP-5.5/
H A Dphp.ini-development374 ; Maximum amount of time each script may spend parsing request data. It's a good
391 ; Maximum amount of memory a script may consume (128MB)
1843 ; The amount of memory for interned strings in Mbytes.
H A Dphp.ini-production374 ; Maximum amount of time each script may spend parsing request data. It's a good
391 ; Maximum amount of memory a script may consume (128MB)
1843 ; The amount of memory for interned strings in Mbytes.
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc56 // server can take a variable amount of time to be up, so just sleeping a guessed amount of time
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in325 ; last request memory - the max amount of memory the last request consumed
/PHP-5.5/sapi/tux/
H A Dphp_tux.c164 int amount = 0; in sapi_tux_read_post()

Completed in 62 milliseconds

12