Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.c889 zend_property_info *info, zend_class_entry *object_ce) in zend_check_intersection_for_property_class_type() argument
896 if (!ce || !instanceof_function(object_ce, ce)) { in zend_check_intersection_for_property_class_type()
904 zend_property_info *info, zend_class_entry *object_ce) { in zend_check_and_resolve_property_class_type() argument
909 ZEND_TYPE_LIST(info->type), info, object_ce); in zend_check_and_resolve_property_class_type()
914 ZEND_TYPE_LIST(*list_type), info, object_ce)) { in zend_check_and_resolve_property_class_type()
921 if (ce && instanceof_function(object_ce, ce)) { in zend_check_and_resolve_property_class_type()
929 return ce && instanceof_function(object_ce, ce); in zend_check_and_resolve_property_class_type()

Completed in 20 milliseconds