summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug31695.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-07-22 01:46:43 +0000
committerFelipe Pena <felipe@php.net>2008-07-22 01:46:43 +0000
commit7ef012641269c574854d73b68a47abb4e4fb94c6 (patch)
tree4c2952e63c66dec3c5cde22fe4e40e9eaf493144 /ext/soap/tests/bugs/bug31695.phpt
parent7970d3a6bab9b17ecbdb2eea999ffa6c90f5debc (diff)
downloadphp-git-7ef012641269c574854d73b68a47abb4e4fb94c6.tar.gz
- Added arginfo
Diffstat (limited to 'ext/soap/tests/bugs/bug31695.phpt')
-rw-r--r--ext/soap/tests/bugs/bug31695.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug31695.phpt b/ext/soap/tests/bugs/bug31695.phpt
index 60eb40c1ef..9def103726 100644
--- a/ext/soap/tests/bugs/bug31695.phpt
+++ b/ext/soap/tests/bugs/bug31695.phpt
@@ -17,7 +17,7 @@ class LocalSoapClient extends SoapClient {
$this->server->addFunction("Test");
}
- function __doRequest($request, $location, $action, $version) {
+ function __doRequest($request, $location, $action, $version, $one_way = 0) {
echo "$location\n";
ob_start();
$this->server->handle($request);