Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  Fix test
This commit is contained in:
Stanislav Malyshev 2021-08-23 23:43:58 -07:00
commit ffcf5ba4ae
No known key found for this signature in database
GPG Key ID: 94B3CB48C3ECA219

View File

@ -41,5 +41,5 @@ try {
@rmdir(__DIR__ . '/bug81211');
?>
--EXPECTF--
Iterator RecursiveIteratorIterator returned a path "%s%ebug81211\foobar\file" that is not in the base directory "%s%ebug81211\foo"
Iterator RecursiveDirectoryIterator 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%efoobar%efile" that is not in the base directory "%s%ebug81211%efoo"