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 4a42b03 commit 955e2eaCopy full SHA for 955e2ea
1 file changed
ext/standard/tests/file/bug36365.phpt
@@ -2,6 +2,7 @@
2
Bug #36365 (scandir duplicates file name at every 65535th file)
3
--SKIPIF--
4
<?php
5
+if (PHP_OS_FAMILY !== 'Windows') die('skip Windows only');
6
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
7
?>
8
--FILE--
0 commit comments