Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_defined_constants_error.phpt5 /* Prototype : array get_defined_constants ([ bool $categorize ] )
H A Dget_defined_constants_basic.phpt5 /* Prototype : array get_defined_constants ([ bool $categorize ] )
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c218 ZEND_ARG_INFO(0, categorize)
2060 zend_bool categorize = 0; in ZEND_FUNCTION() local
2062 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()
2068 if (categorize) { in ZEND_FUNCTION()

Completed in 19 milliseconds