We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6a0a commit 0a2fd0dCopy full SHA for 0a2fd0d
ext/standard/tests/file/tempnam_variation4-0.phpt
@@ -20,7 +20,7 @@ require __DIR__ . '/../skipif_root.inc';
20
21
echo "*** Testing tempnam() with dir of permissions from 0000 to 0350 ***\n";
22
$file_path = __DIR__;
23
-$dir_name = $file_path."/tempnam_variation4";
+$dir_name = $file_path."/tempnam_variation4-0";
24
$prefix = "tempnamVar4.";
25
26
mkdir($dir_name);
ext/standard/tests/file/tempnam_variation4-1.phpt
echo "*** Testing tempnam() with dir of permissions from 0351 to 0777 ***\n";
+$dir_name = $file_path."/tempnam_variation4-1";
0 commit comments