Skip to content

Commit b5f4f40

Browse files
committed
test
1 parent 558fa37 commit b5f4f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ static zend_always_inline void _object_properties_init(zend_object *object, zend
16131613
// memcpy(dst, src, sizeof(zval) * class_type->default_properties_count);
16141614
zval *end = src + class_type->default_properties_count;
16151615
do {
1616-
ZVAL_COPY_VALUE(dst, src);
1616+
ZVAL_COPY_VALUE_PROP(dst, src);
16171617
src++;
16181618
dst++;
16191619
} while (src != end);

0 commit comments

Comments
 (0)