mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Fix tests for non English environments
This commit is contained in:
commit
263b0cf71b
2 changed files with 2 additions and 2 deletions
|
@ -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===
|
||||||
|
|
|
@ -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===
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue