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.
clone_obj_with
1 parent 1a94b15 commit 2f3b552Copy full SHA for 2f3b552
Zend/zend_object_handlers.c
@@ -2545,7 +2545,7 @@ ZEND_API const zend_object_handlers std_object_handlers = {
2545
zend_object_std_dtor, /* free_obj */
2546
zend_objects_destroy_object, /* dtor_obj */
2547
zend_objects_clone_obj, /* clone_obj */
2548
- zend_objects_clone_obj_with, /* clone_obj_with */
+ zend_objects_clone_obj_with, /* clone_obj_with */
2549
2550
zend_std_read_property, /* read_property */
2551
zend_std_write_property, /* write_property */
0 commit comments