mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Put packed back to attribute iterating after merge
This commit is contained in:
parent
e439736fdf
commit
e6bdf980eb
@ -670,7 +670,7 @@ static void function_copy_ctor(zval *zv) /* {{{ */
|
||||
|
||||
func->common.attributes = NULL;
|
||||
|
||||
ZEND_HASH_FOREACH_PTR(old_func->common.attributes, old_attr) {
|
||||
ZEND_HASH_PACKED_FOREACH_PTR(old_func->common.attributes, old_attr) {
|
||||
uint32_t i;
|
||||
zend_attribute *attr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user