Skip to content

Commit e2972e4

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Disambiguate fileVar8 test folder
2 parents c00b0c7 + cb38d7b commit e2972e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/standard/tests/file/file_variation8-win32.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(substr(PHP_OS, 0, 3) != "WIN")
1010
--FILE--
1111
<?php
1212
echo "*** Testing file() : variation ***\n";
13-
$mainDir = "fileVar8.dir";
13+
$mainDir = "fileVar8_32.dir";
1414
$subDir = "fileVar8Sub";
1515
$absMainDir = __DIR__."\\".$mainDir;
1616
mkdir($absMainDir);
@@ -99,12 +99,12 @@ array(1) {
9999

100100
-- Iteration 5 --
101101

102-
Warning: file(%sfileVar8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
102+
Warning: file(%sfileVar8_32.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
103103
bool(false)
104104

105105
-- Iteration 6 --
106106

107-
Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
107+
Warning: file(%sfileVar8_32.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
108108
bool(false)
109109

110110
-- Iteration 7 --

0 commit comments

Comments
 (0)