From 17d76e530de46acaf41edb0731ed6e3ebac8e5dc Mon Sep 17 00:00:00 2001 From: Mizunashi Mana Date: Fri, 9 Nov 2018 02:44:54 +0900 Subject: [PATCH] Ignore getaddrinfo failed message --- ext/ftp/tests/ftp_ssl_connect_error.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- -- 2.40.0