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 9d4f5f0 commit b3b38e2Copy full SHA for b3b38e2
ext/standard/tests/file/parse_ini_file_variation6.phpt
@@ -2,6 +2,10 @@
2
Test parse_ini_file() function : variation - various absolute and relative paths
3
--CREDITS--
4
Dave Kelsey <[email protected]>
5
+--SKIPIF--
6
+<?php
7
+if(substr(PHP_OS, 0, 3) == "WIN") die("skip Only run on Windows");
8
+?>
9
--FILE--
10
<?php
11
echo "*** Testing parse_ini_file() : variation ***\n";
0 commit comments