diff options
author | Marcus Boerger <helly@php.net> | 2006-02-28 01:36:30 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-02-28 01:36:30 +0000 |
commit | a3fcdf4f08e15c998d0d56a16f6230952f6930fc (patch) | |
tree | 612672f52b471018569e36740d1f6a1f3bdf7ebb /ext/phar/tests/009.phpt | |
parent | 1c0d546bd465016ddd0328d9793117b0967e4175 (diff) | |
download | php-git-a3fcdf4f08e15c998d0d56a16f6230952f6930fc.tar.gz |
- Add OO interface to handling phar archieves and entries
- Add support for HEAD
- Cleanup
Diffstat (limited to 'ext/phar/tests/009.phpt')
-rw-r--r-- | ext/phar/tests/009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/009.phpt b/ext/phar/tests/009.phpt index 4a9fcc8ba9..7e3acabf0e 100644 --- a/ext/phar/tests/009.phpt +++ b/ext/phar/tests/009.phpt @@ -14,4 +14,4 @@ include dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; --CLEAN-- <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> --EXPECTF-- -Fatal error: Phar::mapPhar(): internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest) in %s on line %d
\ No newline at end of file +%satal error: Phar::mapPhar(): internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest) in %s on line %d |