Skip to content

Commit

Permalink
Fix clean for higher branches
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 committed Dec 13, 2023
1 parent cda7718 commit 23ea894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/standard/tests/file/file_variation8-win32.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -90,12 +90,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 --
Expand Down

0 comments on commit 23ea894

Please sign in to comment.