Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds