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.
1 parent 824475f commit c6b0666Copy full SHA for c6b0666
ext/zend_test/test.c
@@ -869,10 +869,10 @@ PHP_MINIT_FUNCTION(zend_test)
869
zend_test_int_enum = register_class_ZendTestIntEnum();
870
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;
+ donc_ce = register_class_DoOperationNoCast();
+ donc_ce->create_object = donc_object_create;
+ memcpy(&donc_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
+ donc_object_handlers.do_operation = donc_do_operation;
876
877
zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type);
878
0 commit comments