Skip to content

Commit 0bc3a74

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: fix test
2 parents 2e2cbcc + d9c266f commit 0bc3a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/bug69441.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $r = new Phar($fname, 0);
1414

1515
==DONE==
1616
--EXPECTF--
17-
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
17+
exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%sbug69441.phar"' in %sbug69441.php:%d
1818
Stack trace:
1919
#0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
2020
#1 {main}

0 commit comments

Comments
 (0)