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 @@ -869,10 +869,10 @@ PHP_MINIT_FUNCTION(zend_test)
869
869
zend_test_int_enum = register_class_ZendTestIntEnum ();
870
870
871
871
/* DoOperationNoCast class */
872
- donc_ce = register_class_DoOperationNoCast ();
873
- donc_ce -> create_object = donc_object_create ;
874
- memcpy (& donc_object_handlers , & std_object_handlers , sizeof (zend_object_handlers ));
875
- donc_object_handlers .do_operation = donc_do_operation ;
872
+ donc_ce = register_class_DoOperationNoCast ();
873
+ donc_ce -> create_object = donc_object_create ;
874
+ memcpy (& donc_object_handlers , & std_object_handlers , sizeof (zend_object_handlers ));
875
+ donc_object_handlers .do_operation = donc_do_operation ;
876
876
877
877
zend_register_functions (NULL , ext_function_legacy , NULL , EG (current_module )-> type );
878
878
You can’t perform that action at this time.
0 commit comments