Searched refs:left_type (Results 1 – 1 of 1) sorted by relevance
7020 static void zend_are_intersection_types_redundant(zend_type left_type, zend_type right_type) in zend_are_intersection_types_redundant() argument7022 ZEND_ASSERT(ZEND_TYPE_IS_INTERSECTION(left_type)); in zend_are_intersection_types_redundant()7024 zend_type_list *l_type_list = ZEND_TYPE_LIST(left_type); in zend_are_intersection_types_redundant()7055 larger_type_str = zend_type_to_string(left_type); in zend_are_intersection_types_redundant()7057 smaller_type_str = zend_type_to_string(left_type); in zend_are_intersection_types_redundant()
Completed in 44 milliseconds