summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-04-17 09:58:12 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-04-17 09:58:12 +0200
commit346ac968b3de89263d5692a7558626b566858c9d (patch)
treeaba61cfed3ee3ba38a666e18c858a128f93fe40d /ext/phar
parentb09fa9ed530df47bff03b151931fa4464a388d35 (diff)
parentec8457d982512e58db6191b7c09a1513b58b79ac (diff)
downloadphp-git-346ac968b3de89263d5692a7558626b566858c9d.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix tests for non English environments
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/tests/phar_buildfromdirectory2-win.phpt2
-rw-r--r--ext/phar/tests/phar_gobyebye-win32.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_buildfromdirectory2-win.phpt b/ext/phar/tests/phar_buildfromdirectory2-win.phpt
index 49361bceb0..fd552302ae 100644
--- a/ext/phar/tests/phar_buildfromdirectory2-win.phpt
+++ b/ext/phar/tests/phar_buildfromdirectory2-win.phpt
@@ -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===
diff --git a/ext/phar/tests/phar_gobyebye-win32.phpt b/ext/phar/tests/phar_gobyebye-win32.phpt
index 55884917bd..ff7b685aac 100644
--- a/ext/phar/tests/phar_gobyebye-win32.phpt
+++ b/ext/phar/tests/phar_gobyebye-win32.phpt
@@ -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===