Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dvar.c663 char *prot_name, *priv_name; in php_var_serialize_class() local
675 …zend_mangle_property_name(&prot_name, &prop_name_length, "*", 1, Z_STRVAL_PP(name), Z_STRLEN_PP(na… in php_var_serialize_class()
676 if (zend_hash_find(propers, prot_name, prop_name_length + 1, (void *) &d) == SUCCESS) { in php_var_serialize_class()
677 php_var_serialize_string(buf, prot_name, prop_name_length); in php_var_serialize_class()
678 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
682 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
/PHP-5.3/Zend/
H A Dzend_API.c3138 char *prot_name; 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()
3143 property_info.name = prot_name; in zend_declare_property_ex()
3149 char *prot_name; 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()
3154 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in zend_declare_property_ex()
H A Dzend_compile.c2746 char *prot_name; 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()
2768 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in do_inherit_property_access_check()

Completed in 33 milliseconds