Searched refs:consume (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/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-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 398 char *consume; in oci_stmt_param_hook() local 409 consume = buf; in oci_stmt_param_hook() 413 &amt, offset, consume, (ub4) n, in oci_stmt_param_hook() 418 consume += amt; in oci_stmt_param_hook() 425 consume = Z_STRVAL_P(parameter); in oci_stmt_param_hook() 432 &amt, offset, consume, (ub4) n, in oci_stmt_param_hook() 435 consume += amt; in oci_stmt_param_hook()
|
/PHP-8.2/ext/spl/tests/ |
H A D | bug55701.phpt | 241 // nothing here, just consume all the items
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_strimwidth.phpt | 73 // will have to be added, and will consume a width of 3
|
/PHP-8.2/ |
H A D | php.ini-development | 431 ; Maximum amount of memory a script may consume 1051 ; Please note that if you set this value to a high number you may consume all
|
H A D | php.ini-production | 433 ; Maximum amount of memory a script may consume 1053 ; Please note that if you set this value to a high number you may consume all
|
Completed in 19 milliseconds