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.
1 parent 9eedf00 commit d2fa1caCopy full SHA for d2fa1ca
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