summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug35273.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug35273.phpt')
-rwxr-xr-xext/soap/tests/bugs/bug35273.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug35273.phpt b/ext/soap/tests/bugs/bug35273.phpt
index cc313e1c6e..e22ebd7dca 100755
--- a/ext/soap/tests/bugs/bug35273.phpt
+++ b/ext/soap/tests/bugs/bug35273.phpt
@@ -7,7 +7,7 @@ soap.wsdl_cache_enabled=0
--FILE--
<?php
class TestSoapClient extends SoapClient {
- function __doRequest($request, $location, $action, $version) {
+ function __doRequest($request, $location, $action, $version, $one_way = 0) {
echo $request;
exit;
}