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 fd93d2c commit 81ccaacCopy full SHA for 81ccaac
ext/soap/soap.c
@@ -1102,9 +1102,7 @@ PHP_METHOD(SoapServer, getFunctions)
1102
RETURN_THROWS();
1103
}
1104
1105
- SOAP_SERVER_BEGIN_CODE();
1106
-
1107
- FETCH_THIS_SERVICE(service);
+ FETCH_THIS_SERVICE_NO_BAILOUT(service);
1108
1109
array_init(return_value);
1110
if (service->type == SOAP_OBJECT) {
@@ -1129,8 +1127,6 @@ PHP_METHOD(SoapServer, getFunctions)
1129
1127
1130
1128
} ZEND_HASH_FOREACH_END();
1131
1132
1133
- SOAP_SERVER_END_CODE();
1134
1135
/* }}} */
1136
0 commit comments