Skip to content

Commit e6bdf98

Browse files
committed
Put packed back to attribute iterating after merge
1 parent e439736 commit e6bdf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ static void function_copy_ctor(zval *zv) /* {{{ */
670670

671671
func->common.attributes = NULL;
672672

673-
ZEND_HASH_FOREACH_PTR(old_func->common.attributes, old_attr) {
673+
ZEND_HASH_PACKED_FOREACH_PTR(old_func->common.attributes, old_attr) {
674674
uint32_t i;
675675
zend_attribute *attr;
676676

0 commit comments

Comments
 (0)