Searched refs:do_inherit_constant_check (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_inheritance.c | 1422 static zend_bool do_inherit_constant_check(HashTable *child_constants_table, zend_class_constant *p… in do_inherit_constant_check() function 1440 if (do_inherit_constant_check(&ce->constants_table, c, name, iface)) { in do_inherit_iface_constant() 1501 do_inherit_constant_check(&iface->constants_table, c, key, iface); in zend_do_implement_interface() 1546 do_inherit_constant_check(&iface->constants_table, c, key, iface); in zend_do_implement_interfaces()
|
Completed in 12 milliseconds