Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_language_parser.y285 %type <num> class_modifiers class_modifier 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.1/Zend/Optimizer/
H A Ddfa_pass.c297 uint32_t use_type = use_info->type & (MAY_BE_ANY|MAY_BE_UNDEF); in can_elide_return_type_check() local
298 if (use_type & MAY_BE_REF) { in can_elide_return_type_check()
302 if (use_type & MAY_BE_UNDEF) { in can_elide_return_type_check()
303 use_type &= ~MAY_BE_UNDEF; in can_elide_return_type_check()
304 use_type |= MAY_BE_NULL; in can_elide_return_type_check()
307 uint32_t disallowed_types = use_type & ~ZEND_TYPE_PURE_MASK(arg_info->type); in can_elide_return_type_check()
/PHP-8.1/ext/standard/
H A Darray.c5881 zend_long use_type = 0; local
5891 Z_PARAM_LONG(use_type)
5903 if (use_type == ARRAY_FILTER_USE_BOTH) {
5914 if (use_type) {
5922 if (use_type != ARRAY_FILTER_USE_KEY) {
5931 if (use_type == ARRAY_FILTER_USE_BOTH) {
5941 if (use_type == ARRAY_FILTER_USE_BOTH) {

Completed in 25 milliseconds