diff options
| author | Dmitry Stogov <dmitry@php.net> | 2008-07-22 07:13:18 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2008-07-22 07:13:18 +0000 |
| commit | ed72680e09a86b4caf4ffed0058e6c4e800889e3 (patch) | |
| tree | 96215e81411a6733837eb96d0826f8b834dc2fd6 /ext/soap | |
| parent | 8c27aa68e56023a71cdef441bed4744809acf867 (diff) | |
| download | php-git-ed72680e09a86b4caf4ffed0058e6c4e800889e3.tar.gz | |
Fixed test
Diffstat (limited to 'ext/soap')
| -rwxr-xr-x | ext/soap/tests/bugs/bug39815.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug39815.phpt b/ext/soap/tests/bugs/bug39815.phpt index b51be290a4..5914beede4 100755 --- a/ext/soap/tests/bugs/bug39815.phpt +++ b/ext/soap/tests/bugs/bug39815.phpt @@ -22,7 +22,7 @@ class LocalSoapClient 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(); |
