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 8269caa commit 5a961cbCopy full SHA for 5a961cb
ext/soap/soap.c
@@ -1053,9 +1053,7 @@ PHP_METHOD(SoapServer, setClass)
1053
RETURN_THROWS();
1054
}
1055
1056
- SOAP_SERVER_BEGIN_CODE();
1057
-
1058
- FETCH_THIS_SERVICE(service);
+ FETCH_THIS_SERVICE_NO_BAILOUT(service);
1059
1060
service->type = SOAP_CLASS;
1061
service->soap_class.ce = ce;
@@ -1070,8 +1068,6 @@ PHP_METHOD(SoapServer, setClass)
1070
1068
ZVAL_COPY(&service->soap_class.argv[i], &argv[i]);
1071
1069
1072
1073
1074
- SOAP_SERVER_END_CODE();
1075
1076
/* }}} */
1077
0 commit comments