summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/corrupt_007.phpt
blob: d185d75825b747d73c8055ac45f5c7ddfb4f52a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Phar: corrupted zip (truncated filename record)
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--FILE--
<?php
try {
    new PharData(__DIR__ . '/files/truncfilename.zip');
} catch (Exception $e) {
    echo $e->getMessage() . "\n";
}
?>
--EXPECTF--
phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilename.zip"