You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/standard/tests/file/readfile_variation9.phpt
+4-4
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
5
5
--FILE--
6
6
<?php
7
7
echo"*** Testing readfile() : variation ***\n";
8
-
$mainDir = "readfileVar8";
9
-
$subDir = "readfileVar8Sub";
8
+
$mainDir = "readfileVar9";
9
+
$subDir = "readfileVar9Sub";
10
10
$absMainDir = __DIR__."/".$mainDir;
11
11
mkdir($absMainDir);
12
12
$absSubDir = $absMainDir."/".$subDir;
@@ -72,11 +72,11 @@ The File Contents
72
72
The File Contents
73
73
-- Iteration 5 --
74
74
75
-
Warning: readfile(%sreadfileVar8Sub/..///readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
75
+
Warning: readfile(%sreadfileVar9Sub/..///readfileVar9Sub//..//../readfileVar9Sub/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
76
76
77
77
-- Iteration 6 --
78
78
79
-
Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
79
+
Warning: readfile(%sreadfileVar9Sub/BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
0 commit comments