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 d83e006 commit 3842986Copy full SHA for 3842986
ext/fileinfo/tests/gh18267.phpt
@@ -5,7 +5,7 @@ fileinfo
5
--FILE--
6
<?php
7
$cls = new finfo();
8
-$f = fopen("test", "w+");
+$f = fopen("gh18267", "w+");
9
try {
10
$cls->file("test",FILEINFO_NONE, $f);
11
} catch (\TypeError $e) {
0 commit comments