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 26f2cfd commit 94f4cbfCopy full SHA for 94f4cbf
ext/standard/tests/file/parse_ini_file_variation6.phpt
@@ -4,7 +4,7 @@ Test parse_ini_file() function : variation - various absolute and relative paths
4
Dave Kelsey <[email protected]>
5
--SKIPIF--
6
<?php
7
-if(substr(PHP_OS, 0, 3) == "WIN") die("skip Only run on Windows");
+if(substr(PHP_OS, 0, 3) != "WIN") die("skip Only run on Windows");
8
?>
9
--FILE--
10
0 commit comments