File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -6320,9 +6320,6 @@ static zend_type zend_compile_typename(
6320
6320
}
6321
6321
zend_string_release_ex (standard_type_str , false);
6322
6322
6323
- /* Inform that the type is part of an intersection type */
6324
- ZEND_TYPE_FULL_MASK (single_type ) |= _ZEND_TYPE_INTERSECTION_BIT ;
6325
-
6326
6323
if (!ZEND_TYPE_IS_COMPLEX (type )) {
6327
6324
/* The first class type can be stored directly as the type ptr payload. */
6328
6325
ZEND_TYPE_SET_PTR (type , ZEND_TYPE_NAME (single_type ));
@@ -6356,7 +6353,7 @@ static zend_type zend_compile_typename(
6356
6353
memcpy (list , type_list , ZEND_TYPE_LIST_SIZE (type_list -> num_types ));
6357
6354
ZEND_TYPE_SET_LIST (type , list );
6358
6355
ZEND_TYPE_FULL_MASK (type ) |= _ZEND_TYPE_ARENA_BIT ;
6359
- /* Inform that the type list contains an intersection type */
6356
+ /* Inform that the type list is an intersection type */
6360
6357
ZEND_TYPE_FULL_MASK (type ) |= _ZEND_TYPE_INTERSECTION_BIT ;
6361
6358
}
6362
6359
You can’t perform that action at this time.
0 commit comments