mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Revert r314387
(property_info.name has the mangled name)
This commit is contained in:
parent
cc42ac9d9b
commit
619cfeef46
@ -3378,7 +3378,7 @@ ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, in
|
||||
|
||||
property_info.ce = ce;
|
||||
|
||||
zend_hash_quick_update(&ce->properties_info, property_info.name, property_info.name_length+1, h, &property_info, sizeof(zend_property_info), NULL);
|
||||
zend_hash_quick_update(&ce->properties_info, name, name_length+1, h, &property_info, sizeof(zend_property_info), NULL);
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user