Skip to content

Commit 2f3b552

Browse files
committed
fixup! zend_objects: Add clone_obj_with object handler
1 parent 1a94b15 commit 2f3b552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_object_handlers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@ ZEND_API const zend_object_handlers std_object_handlers = {
25452545
zend_object_std_dtor, /* free_obj */
25462546
zend_objects_destroy_object, /* dtor_obj */
25472547
zend_objects_clone_obj, /* clone_obj */
2548-
zend_objects_clone_obj_with, /* clone_obj_with */
2548+
zend_objects_clone_obj_with, /* clone_obj_with */
25492549

25502550
zend_std_read_property, /* read_property */
25512551
zend_std_write_property, /* write_property */

0 commit comments

Comments
 (0)