Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c7047 zend_string *smaller_type_str; in zend_are_intersection_types_redundant() local
7050 smaller_type_str = zend_type_to_string(right_type); in zend_are_intersection_types_redundant()
7053 smaller_type_str = zend_type_to_string(left_type); in zend_are_intersection_types_redundant()
7058 ZSTR_VAL(smaller_type_str), ZSTR_VAL(larger_type_str)); in zend_are_intersection_types_redundant()
7061 ZSTR_VAL(larger_type_str), ZSTR_VAL(smaller_type_str)); in zend_are_intersection_types_redundant()

Completed in 44 milliseconds