We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7e10c commit 15949b6Copy full SHA for 15949b6
Zend/zend.c
@@ -629,7 +629,7 @@ static void function_copy_ctor(zval *zv) /* {{{ */
629
630
func->common.attributes = NULL;
631
632
- ZEND_HASH_PACKED_FOREACH_PTR(old_func->common.attributes, old_attr) {
+ ZEND_HASH_FOREACH_PTR(old_func->common.attributes, old_attr) {
633
uint32_t i;
634
zend_attribute *attr;
635
0 commit comments