Searched refs:use_type (Results 1 – 3 of 3) sorted by relevance
5 /* Prototype : array array_filter(array $input [, callback $callback [, bool $use_type = ARRAY_FIL…
259 %type <num> class_modifiers class_modifier use_type backup_fn_flags329 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }331 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }335 use_type:382 | use_type unprefixed_use_declaration { $$ = $2; $$->attr = $1; }
5982 zend_long use_type = 0; local5992 Z_PARAM_LONG(use_type)6004 if (use_type == ARRAY_FILTER_USE_BOTH) {6015 if (use_type) {6023 if (use_type != ARRAY_FILTER_USE_KEY) {6030 if (use_type == ARRAY_FILTER_USE_BOTH) {6045 if (use_type == ARRAY_FILTER_USE_BOTH) {
Completed in 23 milliseconds