summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/corrupt_003.phpt
blob: 60c17210a3138887f4deeb0c684fc8dd163c25c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Phar: corrupted zip (truncated file comment)
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--FILE--
<?php
try {
    new PharData(__DIR__ . '/files/filecomment.zip');
} catch (Exception $e) {
    echo $e->getMessage() . "\n";
}
?>
--EXPECTF--
phar error: end of central directory not found in zip-based phar "%sfilecomment.zip"