Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix clean for higher branches
This commit is contained in:
Ilija Tovilo 2023-12-13 15:22:15 +01:00
commit b10e357461
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -10,7 +10,7 @@ if(substr(PHP_OS, 0, 3) != "WIN")
--FILE--
<?php
echo "*** Testing file() : variation ***\n";
$mainDir = "fileVar8_32.dir";
$mainDir = "fileVar8_win32.dir";
$subDir = "fileVar8Sub";
$absMainDir = __DIR__."\\".$mainDir;
mkdir($absMainDir);
@ -60,7 +60,7 @@ echo "\n*** Done ***\n";
?>
--CLEAN--
<?php
$mainDir = "fileVar8.dir";
$mainDir = "fileVar8_win32.dir";
$subDir = "fileVar8Sub";
$absMainDir = __DIR__."/".$mainDir;
$absSubDir = $absMainDir."/".$subDir;
@ -99,12 +99,12 @@ array(1) {
-- Iteration 5 --
Warning: file(%sfileVar8_32.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
Warning: file(%sfileVar8_win32.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
bool(false)
-- Iteration 6 --
Warning: file(%sfileVar8_32.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
Warning: file(%sfileVar8_win32.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
bool(false)
-- Iteration 7 --