Skip to content

Commit 94f4cbf

Browse files
committed
fix typo
1 parent 26f2cfd commit 94f4cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/parse_ini_file_variation6.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test parse_ini_file() function : variation - various absolute and relative paths
44
Dave Kelsey <[email protected]>
55
--SKIPIF--
66
<?php
7-
if(substr(PHP_OS, 0, 3) == "WIN") die("skip Only run on Windows");
7+
if(substr(PHP_OS, 0, 3) != "WIN") die("skip Only run on Windows");
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)