Searched refs:categorize (Results 1 – 3 of 3) sorted by relevance
106 function get_defined_constants(bool $categorize = false): array {} argument
175 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, categorize, _IS_BOOL, 0, "false")
1508 zend_bool categorize = 0; in ZEND_FUNCTION() local1510 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()1516 if (categorize) { in ZEND_FUNCTION()
Completed in 10 milliseconds