Home
last modified time | relevance | path

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

/PHP-7.1/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.1/Zend/
H A Dzend_builtin_functions.c245 ZEND_ARG_INFO(0, categorize) in ZEND_END_ARG_INFO()
2241 zend_bool categorize = 0; in ZEND_FUNCTION() local
2243 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()
2249 if (categorize) { in ZEND_FUNCTION()

Completed in 12 milliseconds