]> granicus.if.org Git - php/commitdiff
Ignore getaddrinfo failed message
authorMizunashi Mana <mizunashi-mana@noreply.git>
Thu, 8 Nov 2018 17:44:54 +0000 (02:44 +0900)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 8 Nov 2018 20:46:03 +0000 (21:46 +0100)
ext/ftp/tests/ftp_ssl_connect_error.phpt

index 85fcf76f799468a9eeddf3d2a6796ebab626d06f..b0ece5d63b87714604d9286e5786514833defdc4 100644 (file)
@@ -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 --