Searched refs:proto_ce (Results 1 – 1 of 1) sorted by relevance
221 zend_class_entry *fe_ce, *proto_ce; in zend_do_perform_type_hint_check() local224 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 8 milliseconds