Home
last modified time | relevance | path

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

/PHP-7.2/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.2/Zend/
H A Dzend_language_parser.y259 %type <num> class_modifiers class_modifier use_type backup_fn_flags
329 | 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; }
/PHP-7.2/ext/standard/
H A Darray.c5982 zend_long use_type = 0; local
5992 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