mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix test
This commit is contained in:
commit
ffcf5ba4ae
1 changed files with 2 additions and 2 deletions
|
@ -41,5 +41,5 @@ try {
|
||||||
@rmdir(__DIR__ . '/bug81211');
|
@rmdir(__DIR__ . '/bug81211');
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Iterator RecursiveIteratorIterator returned a path "%s%ebug81211\foobar\file" that is not in the base directory "%s%ebug81211\foo"
|
Iterator RecursiveIteratorIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug81211%efoo"
|
||||||
Iterator RecursiveDirectoryIterator returned a path "%s%ebug81211\foobar\file" that is not in the base directory "%s%ebug81211\foo"
|
Iterator RecursiveDirectoryIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug81211%efoo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue