1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Mark test as ONLINE (#19776)

This commit is contained in:
Remi Collet
2025-09-09 16:19:05 +02:00
committed by GitHub
parent 3290197412
commit 1c6d0e90f9

View File

@@ -2,6 +2,9 @@
IPv4 address error message formatting
--SKIPIF--
<?php
if (getenv("SKIP_ONLINE_TESTS")) {
die("skip online test");
}
if (substr(PHP_OS, 0, 3) == 'WIN') {
die("skip not for Windows");
}