Skip to content

Commit 5cd2fbe

Browse files
committed
[skip ci] Add missing skipif for windows
1 parent 4864838 commit 5cd2fbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/opcache/tests/gh21052.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ opcache.enable=1
99
opcache.enable_cli=1
1010
opcache.file_cache="{TMP}"
1111
opcache.preload={PWD}/gh21052_a.inc
12+
--SKIPIF--
13+
<?php
14+
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
15+
?>
1216
--FILE--
1317
<?php
1418
require __DIR__ . '/gh21052_b.inc';

0 commit comments

Comments
 (0)