diff options
author | Anatol Belski <ab@php.net> | 2015-04-19 20:27:28 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-04-19 20:27:28 +0200 |
commit | a0accfa59fa996dc69c057041c4604390d88c37f (patch) | |
tree | 8b2c2f3d50ea8ae32a15bfda74fab31fc04e6818 /ext | |
parent | b5b8cd50741bd5726e9a1bfc4025e48b63eb6d96 (diff) | |
download | php-git-a0accfa59fa996dc69c057041c4604390d88c37f.tar.gz |
fix more dir separators
Diffstat (limited to 'ext')
-rw-r--r-- | ext/phar/tests/bug69441.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/bug69441.phpt b/ext/phar/tests/bug69441.phpt index fafb7855c6..03c87e34ca 100644 --- a/ext/phar/tests/bug69441.phpt +++ b/ext/phar/tests/bug69441.phpt @@ -14,7 +14,7 @@ $r = new Phar($fname, 0); ==DONE== --EXPECTF-- -exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s/bug69441.phar"' in %s/bug69441.php:%d +exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s%ebug69441.phar"' in %s%ebug69441.php:%d Stack trace: #0 %s%ebug69441.php(%d): Phar->__construct('%s', 0) #1 {main} |