Searched refs:categorize (Results 1 – 5 of 5) sorted by relevance
5 /* Prototype : array get_defined_constants ([ bool $categorize ] )
40 static void categorize(struct parse *p, register struct re_guts *g);
175 categorize(p, g);1324 categorize(p, g) in categorize() function
226 ZEND_ARG_INFO(0, categorize)1956 zend_bool categorize = 0; in ZEND_FUNCTION() local1958 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()1964 if (categorize) { in ZEND_FUNCTION()
Completed in 22 milliseconds