dmitry Mon Apr 2 11:44:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugs bug34657.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug34657.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/soap/tests/bugs/bug34657.phpt diff -u php-src/ext/soap/tests/bugs/bug34657.phpt:1.1.2.2 php-src/ext/soap/tests/bugs/bug34657.phpt:1.1.2.3 --- php-src/ext/soap/tests/bugs/bug34657.phpt:1.1.2.2 Fri Mar 30 10:10:33 2007 +++ php-src/ext/soap/tests/bugs/bug34657.phpt Mon Apr 2 11:44:40 2007 @@ -15,9 +15,9 @@ echo get_class($e)."\n"; } --EXPECTF-- -Warning: SoapClient::SoapClient(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %sbug34657.php on line 3 +Warning: SoapClient::SoapClient(): php_network_getaddresses: getaddrinfo failed: %sbug34657.php on line 3 -Warning: SoapClient::SoapClient(http://i_dont_exist.com/some.wsdl): failed to open stream: No such file or directory in %sbug34657.php on line 3 +Warning: SoapClient::SoapClient(http://i_dont_exist.com/some.wsdl): failed to open stream: %sbug34657.php on line 3 Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "http://i_dont_exist.com/some.wsdl" in %sbug34657.php on line 3 SoapFault
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php