We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfd737 commit 4cbc66dCopy full SHA for 4cbc66d
ext/standard/tests/file/tempnam_variation9.phpt
@@ -2,7 +2,7 @@
2
Test tempnam() function: usage variations - test prefix maximum size
3
--SKIPIF--
4
<?php
5
-if (PHP_OS_FAMILY !== 'Windows') {
+if (PHP_OS_FAMILY === 'Windows') {
6
die("skip Do not run on Windows");
7
}
8
?>
0 commit comments