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 91831ce commit 7bcb494Copy full SHA for 7bcb494
ext/posix/tests/posix_fpathconf.phpt
@@ -15,7 +15,7 @@ try {
15
} catch (\TypeError $e) {
16
echo $e->getMessage() . "\n";
17
}
18
-$fd = fopen(sys_get_temp_dir(), "r");
+$fd = fopen(__DIR__, "r");
19
var_dump(posix_fpathconf($fd, POSIX_PC_PATH_MAX));
20
fclose($fd);
21
?>
0 commit comments