Lines Matching refs:hash_key

2617 …able *child_function_table, zend_function *parent, const zend_hash_key *hash_key, zend_class_entry…  in do_inherit_method_check()  argument
2624 …if (zend_hash_quick_find(child_function_table, hash_key->arKey, hash_key->nKeyLength, hash_key->h,… in do_inherit_method_check()
2698 …Table *target_ht, zend_property_info *parent_info, const zend_hash_key *hash_key, zend_class_entry… in do_inherit_property_access_check() argument
2704 …if (zend_hash_quick_find(&ce->properties_info, hash_key->arKey, hash_key->nKeyLength, hash_key->h,… in do_inherit_property_access_check()
2707 …zend_hash_quick_update(&ce->properties_info, hash_key->arKey, hash_key->nKeyLength, hash_key->h, p… in do_inherit_property_access_check()
2719 …if (zend_hash_quick_find(&ce->properties_info, hash_key->arKey, hash_key->nKeyLength, hash_key->h,… in do_inherit_property_access_check()
2722 …(parent_info->flags & ZEND_ACC_STATIC) ? "static " : "non static ", parent_ce->name, hash_key->arK… in do_inherit_property_access_check()
2723 (child_info->flags & ZEND_ACC_STATIC) ? "static " : "non static ", ce->name, hash_key->arKey); in do_inherit_property_access_check()
2732 …ROR, "Access level to %s::$%s must be %s (as in class %s)%s", ce->name, hash_key->arKey, zend_visi… in do_inherit_property_access_check()
2888 …ild_constants_table, const zval **parent_constant, const zend_hash_key *hash_key, const zend_class… in do_inherit_constant_check() argument
2892 …if (zend_hash_quick_find(child_constants_table, hash_key->arKey, hash_key->nKeyLength, hash_key->h… in do_inherit_constant_check()
2894 …nherit previously-inherited or override constant %s from interface %s", hash_key->arKey, iface->na… in do_inherit_constant_check()