Skip to content

Commit ec8457d

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix tests for non English environments
2 parents e90bce7 + 6fe75f9 commit ec8457d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/phar/tests/phar_buildfromdirectory2-win.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ __HALT_COMPILER();
2626
?>
2727
--EXPECTF--
2828
%s(24) "UnexpectedValueException"
29-
RecursiveDirectoryIterator::__construct(1,1): The system cannot find the file specified. (code: 2)
29+
RecursiveDirectoryIterator::__construct(1,1): %s (code: 2)
3030
===DONE===

ext/phar/tests/phar_gobyebye-win32.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bool(false)
4242
bool(false)
4343
bool(false)
4444

45-
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
45+
Warning: opendir(foo/hi,foo/hi): %s (code: 3) in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
4646

4747
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
4848
===DONE===

0 commit comments

Comments
 (0)