Searched refs:consume (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/standard/tests/strings/ |
H A D | htmlentities23.phpt | 10 "\x8F\xA1\x21", //2 sub, no consume last 11 "\x8F\x21", //1 sub, no consume last 14 "\x8E\x21", //1 sub, no consume last 17 "\xB2\x21", //1 sub, no consume last
|
H A D | htmlentities19.phpt | 6 "\x41\xC2\x3E\x42", // Unicode TR #36, 3.1.1; do not consume valid successor bytes
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_statement.c | 385 char *consume; in oci_stmt_param_hook() local 396 consume = buf; in oci_stmt_param_hook() 400 &amt, offset, consume, n, in oci_stmt_param_hook() 405 consume += amt; in oci_stmt_param_hook() 412 consume = Z_STRVAL_P(param->parameter); in oci_stmt_param_hook() 419 &amt, offset, consume, n, in oci_stmt_param_hook() 422 consume += amt; in oci_stmt_param_hook()
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug55701.phpt | 241 // nothing here, just consume all the items
|
/PHP-5.6/ |
H A D | php.ini-development | 391 ; Maximum amount of memory a script may consume (128MB) 992 ;Please note that if you set this value to a high number you may consume all
|
H A D | php.ini-production | 391 ; Maximum amount of memory a script may consume (128MB) 992 ;Please note that if you set this value to a high number you may consume all
|
H A D | NEWS | 11749 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 6608 current matching point that does not actually consume any characters.
|
Completed in 112 milliseconds