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 573ad18 commit c70a938Copy full SHA for c70a938
ext/phar/tests/bug71625.phpt
@@ -9,6 +9,7 @@ if (!extension_loaded("phar") || !extension_loaded("zlib")) die("skip");
9
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
10
die('skip windows only test');
11
}
12
+if (file_exists('A:')) die('skip drive A: exists');
13
14
?>
15
--FILE--
0 commit comments