Home
last modified time | relevance | path

Searched refs:use_type (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/tests/array/
H A Darray_filter_variation10.phpt5 /* Prototype : array array_filter(array $input [, callback $callback [, bool $use_type = ARRAY_FIL…
/PHP-7.4/Zend/
H A Dzend_language_parser.y262 %type <num> class_modifiers class_modifier use_type backup_fn_flags
333 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }
335 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }
339 use_type:
386 | use_type unprefixed_use_declaration { $$ = $2; $$->attr = $1; }
/PHP-7.4/ext/standard/
H A Darray.c6088 zend_long use_type = 0; local
6098 Z_PARAM_LONG(use_type)
6111 if (use_type == ARRAY_FILTER_USE_BOTH) {
6122 if (use_type) {
6130 if (use_type != ARRAY_FILTER_USE_KEY) {
6139 if (use_type == ARRAY_FILTER_USE_BOTH) {
6149 if (use_type == ARRAY_FILTER_USE_BOTH) {

Completed in 48 milliseconds