Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/ext/standard/
H A Darray.c6381 zend_long use_type = 0; local
6391 Z_PARAM_LONG(use_type)
6403 if (use_type == ARRAY_FILTER_USE_BOTH) {
6414 if (use_type) {
6422 if (use_type != ARRAY_FILTER_USE_KEY) {
6431 if (use_type == ARRAY_FILTER_USE_BOTH) {
6441 if (use_type == ARRAY_FILTER_USE_BOTH) {

Completed in 29 milliseconds