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