Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y291 …lass_modifier anonymous_class_modifiers anonymous_class_modifiers_optional use_type backup_fn_flags
413 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }
415 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }
419 use_type:
462 | use_type unprefixed_use_declaration { $$ = $2; $$->attr = $1; }
/php-src/Zend/Optimizer/
H A Ddfa_pass.c298 uint32_t use_type = use_info->type & (MAY_BE_ANY|MAY_BE_UNDEF); in can_elide_return_type_check() local
299 if (use_type & MAY_BE_REF) { in can_elide_return_type_check()
303 if (use_type & MAY_BE_UNDEF) { in can_elide_return_type_check()
304 use_type &= ~MAY_BE_UNDEF; in can_elide_return_type_check()
305 use_type |= MAY_BE_NULL; in can_elide_return_type_check()
308 uint32_t disallowed_types = use_type & ~ZEND_TYPE_PURE_MASK(arg_info->type); in can_elide_return_type_check()
/php-src/ext/standard/
H A Darray.c6503 zend_long use_type = 0; local
6513 Z_PARAM_LONG(use_type)
6525 if (use_type == ARRAY_FILTER_USE_BOTH) {
6536 if (use_type) {
6544 if (use_type != ARRAY_FILTER_USE_KEY) {
6553 if (use_type == ARRAY_FILTER_USE_BOTH) {
6563 if (use_type == ARRAY_FILTER_USE_BOTH) {

Completed in 37 milliseconds