Home
last modified time | relevance | path

Searched refs:intersection_type (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_language_parser.y276 %type <ast> inline_function union_type_element union_type intersection_type
824 | intersection_type { $$ = $1; }
834 | '(' intersection_type ')' { $$ = $2; }
844 intersection_type:
846 …| intersection_type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_list_add($1, $3…
H A Dzend_compile.c6732 static void zend_is_intersection_type_redundant_by_single_type(zend_type intersection_type, zend_ty… in zend_is_intersection_type_redundant_by_single_type() argument
6734 ZEND_ASSERT(ZEND_TYPE_IS_INTERSECTION(intersection_type)); in zend_is_intersection_type_redundant_by_single_type()
6738 ZEND_TYPE_FOREACH(intersection_type, single_intersection_type) in zend_is_intersection_type_redundant_by_single_type()
6741 zend_string *complete_type = zend_type_to_string(intersection_type); in zend_is_intersection_type_redundant_by_single_type()
6938 zend_type intersection_type = ZEND_TYPE_INIT_NONE(0); in zend_compile_typename_ex() local
6939 ZEND_TYPE_SET_LIST(intersection_type, type_list); in zend_compile_typename_ex()
6940 ZEND_TYPE_FULL_MASK(intersection_type) |= _ZEND_TYPE_INTERSECTION_BIT; in zend_compile_typename_ex()
6941 ZEND_TYPE_FULL_MASK(intersection_type) |= _ZEND_TYPE_ARENA_BIT; in zend_compile_typename_ex()
6945 dnf_type_list->types[0] = intersection_type; in zend_compile_typename_ex()

Completed in 44 milliseconds