We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9805eb + d2fa1ca commit 7f9de57Copy full SHA for 7f9de57
sapi/cli/tests/php_cli_server_ipv4_error_message.phpt
@@ -2,6 +2,9 @@
2
IPv4 address error message formatting
3
--SKIPIF--
4
<?php
5
+if (getenv("SKIP_ONLINE_TESTS")) {
6
+ die("skip online test");
7
+}
8
if (substr(PHP_OS, 0, 3) == 'WIN') {
9
die("skip not for Windows");
10
}
0 commit comments