Skip to content

Commit

Permalink
Fix GH-17879: readfile_variation8-win32.phpt test conflict
Browse files Browse the repository at this point in the history
Apparently a copy and paste issue.

Closes GH-17881.
  • Loading branch information
cmb69 committed Feb 21, 2025
1 parent 9beccce commit 769f292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/standard/tests/file/readfile_variation9.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
--FILE--
<?php
echo "*** Testing readfile() : variation ***\n";
$mainDir = "readfileVar8";
$subDir = "readfileVar8Sub";
$mainDir = "readfileVar9";
$subDir = "readfileVar9Sub";
$absMainDir = __DIR__."/".$mainDir;
mkdir($absMainDir);
$absSubDir = $absMainDir."/".$subDir;
Expand Down Expand Up @@ -72,11 +72,11 @@ The File Contents
The File Contents
-- Iteration 5 --

Warning: readfile(%sreadfileVar8Sub/..///readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
Warning: readfile(%sreadfileVar9Sub/..///readfileVar9Sub//..//../readfileVar9Sub/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d

-- Iteration 6 --

Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d
Warning: readfile(%sreadfileVar9Sub/BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on line %d

-- Iteration 7 --
The File Contents
Expand Down

0 comments on commit 769f292

Please sign in to comment.