Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.c3139 int prot_name_length; in zend_declare_property_ex() local
3141 …zend_mangle_property_name(&prot_name, &prot_name_length, "*", 1, name, name_length, ce->type & ZEN… in zend_declare_property_ex()
3142 …zend_hash_update(target_symbol_table, prot_name, prot_name_length+1, &property, sizeof(zval *), NU… in zend_declare_property_ex()
3144 property_info.name_length = prot_name_length; in zend_declare_property_ex()
3150 int prot_name_length; in zend_declare_property_ex() local
3152 …zend_mangle_property_name(&prot_name, &prot_name_length, "*", 1, name, name_length, ce->type & ZEN… in zend_declare_property_ex()
3153 zend_hash_del(target_symbol_table, prot_name, prot_name_length+1); in zend_declare_property_ex()
H A Dzend_compile.c2747 int prot_name_length; in do_inherit_property_access_check() local
2749 …zend_mangle_property_name(&prot_name, &prot_name_length, "*", 1, child_info->name, child_info->nam… in do_inherit_property_access_check()
2762 if (zend_hash_find(ht, prot_name, prot_name_length+1, (void**)&prop) == SUCCESS) { in do_inherit_property_access_check()
2763 zend_hash_del(&ce->default_static_members, prot_name, prot_name_length+1); in do_inherit_property_access_check()
2766 zend_hash_del(&ce->default_properties, prot_name, prot_name_length+1); in do_inherit_property_access_check()

Completed in 26 milliseconds