Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_inheritance.c235 zend_class_entry *fe_ce, *proto_ce; in zend_do_perform_type_hint_check() local
238 proto_ce = zend_lookup_class(proto_class_name); in zend_do_perform_type_hint_check()
241 if (!fe_ce || !proto_ce || in zend_do_perform_type_hint_check()
243 proto_ce->type == ZEND_INTERNAL_CLASS || in zend_do_perform_type_hint_check()
244 fe_ce != proto_ce) { in zend_do_perform_type_hint_check()

Completed in 10 milliseconds