Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_inheritance.c221 zend_class_entry *fe_ce, *proto_ce; in zend_do_perform_type_hint_check() local
224 proto_ce = zend_lookup_class(proto_class_name); in zend_do_perform_type_hint_check()
227 if (!fe_ce || !proto_ce || in zend_do_perform_type_hint_check()
229 proto_ce->type == ZEND_INTERNAL_CLASS || in zend_do_perform_type_hint_check()
230 fe_ce != proto_ce) { in zend_do_perform_type_hint_check()

Completed in 9 milliseconds