summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug38055.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug38055.phpt')
-rwxr-xr-xext/soap/tests/bugs/bug38055.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug38055.phpt b/ext/soap/tests/bugs/bug38055.phpt
index ee19cdc1ae..82b6c76f77 100755
--- a/ext/soap/tests/bugs/bug38055.phpt
+++ b/ext/soap/tests/bugs/bug38055.phpt
@@ -20,7 +20,7 @@ class TestSoapClient extends SoapClient {
$this->server->addFunction('Test');
}
- function __doRequest($request, $location, $action, $version) {
+ function __doRequest($request, $location, $action, $version, $one_way = 0) {
ob_start();
$this->server->handle($request);
$response = ob_get_contents();