summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bug46760.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bug46760.phpt')
-rw-r--r--ext/soap/tests/bug46760.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/bug46760.phpt b/ext/soap/tests/bug46760.phpt
index 95cb58867f..f591e1b3d6 100644
--- a/ext/soap/tests/bug46760.phpt
+++ b/ext/soap/tests/bug46760.phpt
@@ -8,9 +8,9 @@ Bug #46760 (SoapClient doRequest fails when proxy is used)
$client = new SoapClient(null, array('proxy_host' => "localhost",
'proxy_port' => '8080',
'login' => "user",
- 'password' => "test",
- 'uri' => 'mo:http://www.w3.org/',
- 'location' => 'http://some.url'));
+ 'password' => "test",
+ 'uri' => 'mo:http://www.w3.org/',
+ 'location' => 'http://some.url'));
var_dump($client->_proxy_port);
?>