Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_language_parser.y286 %type <num> class_modifiers class_modifier use_type backup_fn_flags
407 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }
409 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }
413 use_type:
456 | use_type unprefixed_use_declaration { $$ = $2; $$->attr = $1; }
/PHP-8.2/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.2/ext/standard/
H A Darray.c6111 zend_long use_type = 0; local
6121 Z_PARAM_LONG(use_type)
6133 if (use_type == ARRAY_FILTER_USE_BOTH) {
6144 if (use_type) {
6152 if (use_type != ARRAY_FILTER_USE_KEY) {
6161 if (use_type == ARRAY_FILTER_USE_BOTH) {
6171 if (use_type == ARRAY_FILTER_USE_BOTH) {

Completed in 38 milliseconds