Searched refs:left_type (Results 1 – 1 of 1) sorted by relevance
7016 static void zend_are_intersection_types_redundant(zend_type left_type, zend_type right_type) in zend_are_intersection_types_redundant() argument7018 ZEND_ASSERT(ZEND_TYPE_IS_INTERSECTION(left_type)); in zend_are_intersection_types_redundant()7020 zend_type_list *l_type_list = ZEND_TYPE_LIST(left_type); in zend_are_intersection_types_redundant()7051 larger_type_str = zend_type_to_string(left_type); in zend_are_intersection_types_redundant()7053 smaller_type_str = zend_type_to_string(left_type); in zend_are_intersection_types_redundant()
Completed in 33 milliseconds