Searched refs:ini_parse_quantity (Results 1 – 8 of 8) sorted by relevance
2 ini_parse_quantity() function - warns when given inappropriate values7 ini_parse_quantity('-1');8 ini_parse_quantity('1mb');9 ini_parse_quantity('256 then skip a few then g')
2 ini_parse_quantity() function - basic test for ini_parse_quantity()21 echo ini_parse_quantity( $input ) . PHP_EOL;
15 if (ini_parse_quantity(ini_get('opcache.jit_buffer_size')) !== 0) die('skip File cache is disabled …
280 . ini_parse_quantity(): Parses "shorthand bytes" quantities returned by287 ini_parse_quantity(). The `memory_limit` setting accepts values higher than288 PHP_INT_MAX, than can not be parsed by ini_parse_quantity().
1210 . Fixed bug GH-11876: ini_parse_quantity() accepts invalid quantities.2327 . Added ini_parse_quantity function to convert ini quantities shorthand
1315 function ini_parse_quantity(string $shorthand): int {} function
1913 PHP_FUNCTION(ini_parse_quantity) argument
2340 ZEND_FUNCTION(ini_parse_quantity);2966 ZEND_FE(ini_parse_quantity, arginfo_ini_parse_quantity)
Completed in 79 milliseconds