From: Felipe Pena Date: Mon, 5 Jan 2009 22:17:28 +0000 (+0000) Subject: - New test X-Git-Tag: php-5.3.0beta1~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aea77fd164b299c7dba874757015960536357547;p=php - New test --- diff --git a/ext/soap/tests/bug46760.phpt b/ext/soap/tests/bug46760.phpt new file mode 100644 index 0000000000..0b7c9ab4c1 --- /dev/null +++ b/ext/soap/tests/bug46760.phpt @@ -0,0 +1,16 @@ +--TEST-- +Bug #46760 (SoapClient doRequest fails when proxy is used) +--FILE-- + "localhost", + 'proxy_port' => '8080', + 'login' => "user", + 'password' => "test", + 'uri' => 'mo:http://www.w3.org/', + 'location' => 'http://some.url')); +var_dump($client->_proxy_port); + +?> +--EXPECT-- +int(8080)