Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c602 inheritance_status early_exit_status = in zend_is_intersection_subtype_of_type() local
621 if (status == early_exit_status) { in zend_is_intersection_subtype_of_type()
633 return early_exit_status == INHERITANCE_ERROR ? INHERITANCE_SUCCESS : INHERITANCE_ERROR; in zend_is_intersection_subtype_of_type()
672 inheritance_status early_exit_status; in zend_perform_covariant_type_check() local
676 early_exit_status = in zend_perform_covariant_type_check()
681 if (status == early_exit_status) { in zend_perform_covariant_type_check()
692 early_exit_status = INHERITANCE_ERROR; in zend_perform_covariant_type_check()
709 if (status == early_exit_status) { in zend_perform_covariant_type_check()
719 return early_exit_status == INHERITANCE_ERROR ? INHERITANCE_SUCCESS : INHERITANCE_ERROR; in zend_perform_covariant_type_check()

Completed in 14 milliseconds