Searched refs:ini_parse_quantity (Results 1 – 6 of 6) 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 …
1905 PHP_FUNCTION(ini_parse_quantity) argument
2008 function ini_parse_quantity(string $shorthand): int {} function
2341 ZEND_FUNCTION(ini_parse_quantity);2970 ZEND_FE(ini_parse_quantity, arginfo_ini_parse_quantity)
Completed in 39 milliseconds