From: Mizunashi Mana Date: Thu, 8 Nov 2018 17:44:54 +0000 (+0900) Subject: Ignore getaddrinfo failed message X-Git-Tag: php-7.4.0alpha1~1567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17d76e530de46acaf41edb0731ed6e3ebac8e5dc;p=php Ignore getaddrinfo failed message --- diff --git a/ext/ftp/tests/ftp_ssl_connect_error.phpt b/ext/ftp/tests/ftp_ssl_connect_error.phpt index 85fcf76f79..b0ece5d63b 100644 --- a/ext/ftp/tests/ftp_ssl_connect_error.phpt +++ b/ext/ftp/tests/ftp_ssl_connect_error.phpt @@ -29,7 +29,7 @@ echo "===DONE===\n"; -- Testing ftp_ssl_connect() function on failure -- -Warning: ftp_ssl_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %d +Warning: ftp_ssl_connect(): php_network_getaddresses: getaddrinfo failed: %s in %s on line %d bool(false) -- Testing ftp_ssl_connect() function invalid argument type --