Merge branch 'PHP-7.3' into PHP-7.4

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

View File

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

View File

@ -42,7 +42,7 @@ 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
===DONE===