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.y285 …lass_modifier anonymous_class_modifiers anonymous_class_modifiers_optional use_type backup_fn_flags
406 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }
408 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }
412 use_type:
455 | 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.c6505 zend_long use_type = 0; local
6515 Z_PARAM_LONG(use_type)
6527 if (use_type == ARRAY_FILTER_USE_BOTH) {
6538 if (use_type) {
6546 if (use_type != ARRAY_FILTER_USE_KEY) {
6555 if (use_type == ARRAY_FILTER_USE_BOTH) {
6565 if (use_type == ARRAY_FILTER_USE_BOTH) {

Completed in 25 milliseconds