mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Disambiguate fileVar8 test folder
Closes GH-12951
This commit is contained in:
parent
7cf1a2ad9d
commit
cda7718f51
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ if(substr(PHP_OS, 0, 3) != "WIN")
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
echo "*** Testing file() : variation ***\n";
|
echo "*** Testing file() : variation ***\n";
|
||||||
$mainDir = "fileVar8.dir";
|
$mainDir = "fileVar8_32.dir";
|
||||||
$subDir = "fileVar8Sub";
|
$subDir = "fileVar8Sub";
|
||||||
$absMainDir = __DIR__."\\".$mainDir;
|
$absMainDir = __DIR__."\\".$mainDir;
|
||||||
mkdir($absMainDir);
|
mkdir($absMainDir);
|
||||||
|
@ -90,12 +90,12 @@ array(1) {
|
||||||
|
|
||||||
-- Iteration 5 --
|
-- Iteration 5 --
|
||||||
|
|
||||||
Warning: file(%sfileVar8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
|
Warning: file(%sfileVar8_32.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
|
||||||
bool(false)
|
bool(false)
|
||||||
|
|
||||||
-- Iteration 6 --
|
-- Iteration 6 --
|
||||||
|
|
||||||
Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
|
Warning: file(%sfileVar8_32.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in %s on line %d
|
||||||
bool(false)
|
bool(false)
|
||||||
|
|
||||||
-- Iteration 7 --
|
-- Iteration 7 --
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue