diff options
-rw-r--r-- | ext/ftp/tests/ftp_ssl_connect_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 -- |