diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-11 22:29:53 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-11 22:29:53 +0000 |
| commit | e972fc17978b8a07cfa395a1b2c08b1be99c75dc (patch) | |
| tree | 03b51e56b1dc40d5701f0eb28e9b57ff99c42fe1 | |
| parent | 9ba1328702ad7db21014cd53202c72b6dd91a0b6 (diff) | |
| download | php-git-e972fc17978b8a07cfa395a1b2c08b1be99c75dc.tar.gz | |
improve test
| -rwxr-xr-x | ext/soap/tests/bugs/bug34657.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug34657.phpt b/ext/soap/tests/bugs/bug34657.phpt index 034d32828e..19dbf31c51 100755 --- a/ext/soap/tests/bugs/bug34657.phpt +++ b/ext/soap/tests/bugs/bug34657.phpt @@ -23,8 +23,9 @@ try { } catch (Exception $e) { echo get_class($e)."\n"; } +?> --EXPECTF-- -Warning: SoapClient::SoapClient(): php_network_getaddresses: getaddrinfo failed: %sbug34657.php on line 3 +Warning: SoapClient::SoapClient(): %s %sbug34657.php on line 3 Warning: SoapClient::SoapClient(http://i_dont_exist.com/some.wsdl): failed to open stream: %sbug34657.php on line 3 |
