Searched refs:is_interface (Results 1 – 1 of 1) sorted by relevance
1211 …d(zend_string *key, zend_function *parent, zend_class_entry *ce, bool is_interface, uint32_t flags… in do_inherit_method() argument1218 if (is_interface && UNEXPECTED(func == parent)) { in do_inherit_method()1227 if (is_interface || (parent->common.fn_flags & (ZEND_ACC_ABSTRACT))) { in do_inherit_method()1233 if (!is_interface) { in do_inherit_method()
Completed in 21 milliseconds