Searched refs:single_type_str (Results 1 – 1 of 1) sorted by relevance
7074 zend_string *single_type_str = zend_type_to_string(single_type); in zend_is_intersection_type_redundant_by_single_type() local7077 ZSTR_VAL(complete_type), ZSTR_VAL(single_type_str)); in zend_is_intersection_type_redundant_by_single_type()7092 zend_string *single_type_str = zend_type_to_string(type); in zend_is_type_list_redundant_by_single_type() local7093 … zend_error_noreturn(E_COMPILE_ERROR, "Duplicate type %s is redundant", ZSTR_VAL(single_type_str)); in zend_is_type_list_redundant_by_single_type()
Completed in 39 milliseconds