Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/ereg/regex/
H A Dregcomp.ih40 static void categorize(struct parse *p, register struct re_guts *g);
H A Dregcomp.c175 categorize(p, g);
1324 categorize(p, g) in categorize() function
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c226 ZEND_ARG_INFO(0, categorize)
1946 zend_bool categorize = 0; in ZEND_FUNCTION() local
1948 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &categorize) == FAILURE) { in ZEND_FUNCTION()
1954 if (categorize) { in ZEND_FUNCTION()

Completed in 17 milliseconds