Home
last modified time | relevance | path

Searched refs:categorize (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_builtin_functions.stub.php171 function get_defined_constants(bool $categorize = false): array {} argument
H A Dzend_builtin_functions_arginfo.h180 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, categorize, _IS_BOOL, 0, "false")
H A Dzend_builtin_functions.c1543 bool categorize = 0; in ZEND_FUNCTION() local
1545 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()
1551 if (categorize) { in ZEND_FUNCTION()

Completed in 11 milliseconds