Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix tests for non English environments
This commit is contained in:
Christoph M. Becker 2019-04-17 09:58:40 +02:00
commit 263b0cf71b
2 changed files with 2 additions and 2 deletions

View file

@ -26,5 +26,5 @@ __HALT_COMPILER();
?> ?>
--EXPECTF-- --EXPECTF--
%s(24) "UnexpectedValueException" %s(24) "UnexpectedValueException"
RecursiveDirectoryIterator::__construct(1,1): The system cannot find the file specified. (code: 2) RecursiveDirectoryIterator::__construct(1,1): %s (code: 2)
===DONE=== ===DONE===

View file

@ -42,7 +42,7 @@ bool(false)
bool(false) bool(false)
bool(false) bool(false)
Warning: opendir(foo/hi,foo/hi): The system cannot find the path specified. (code: 3) in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d Warning: opendir(foo/hi,foo/hi): %s (code: 3) in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
===DONE=== ===DONE===