child_constants_table 910 Zend/zend_inheritance.c static zend_bool do_inherit_constant_check(HashTable *child_constants_table, zval *parent_constant, zend_string *name, const zend_class_entry *iface) /* {{{ */ child_constants_table 914 Zend/zend_inheritance.c if ((old_constant = zend_hash_find(child_constants_table, name)) != NULL) {