Searched refs:categorize (Results 1 – 2 of 2) sorted by relevance
5 /* Prototype : array get_defined_constants ([ bool $categorize ] )
223 ZEND_ARG_INFO(0, categorize)2037 zend_bool categorize = 0; in ZEND_FUNCTION() local2039 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()2045 if (categorize) { in ZEND_FUNCTION()
Completed in 10 milliseconds