Skip to content

Commit 7f9de57

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Mark test as ONLINE (#19776)
2 parents f9805eb + d2fa1ca commit 7f9de57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sapi/cli/tests/php_cli_server_ipv4_error_message.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
IPv4 address error message formatting
33
--SKIPIF--
44
<?php
5+
if (getenv("SKIP_ONLINE_TESTS")) {
6+
die("skip online test");
7+
}
58
if (substr(PHP_OS, 0, 3) == 'WIN') {
69
die("skip not for Windows");
710
}

0 commit comments

Comments
 (0)