File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -883,10 +883,10 @@ PHP_MINIT_FUNCTION(zend_test)
883
883
zend_test_int_enum = register_class_ZendTestIntEnum ();
884
884
885
885
/* DoOperationNoCast class */
886
- donc_ce = register_class_DoOperationNoCast ();
887
- donc_ce -> create_object = donc_object_create ;
888
- memcpy (& donc_object_handlers , & std_object_handlers , sizeof (zend_object_handlers ));
889
- donc_object_handlers .do_operation = donc_do_operation ;
886
+ donc_ce = register_class_DoOperationNoCast ();
887
+ donc_ce -> create_object = donc_object_create ;
888
+ memcpy (& donc_object_handlers , & std_object_handlers , sizeof (zend_object_handlers ));
889
+ donc_object_handlers .do_operation = donc_do_operation ;
890
890
891
891
zend_register_functions (NULL , ext_function_legacy , NULL , EG (current_module )-> type );
892
892
You can’t perform that action at this time.
0 commit comments