Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_inheritance.c1202 …d(zend_string *key, zend_function *parent, zend_class_entry *ce, bool is_interface, uint32_t flags… in do_inherit_method() argument
1209 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 14 milliseconds