ru_php/ext/phar/tests/tar/truncated.phpt

16 lines
262 B
PHP

--TEST--
Phar: truncated tar
--EXTENSIONS--
phar
--FILE--
<?php
try {
$p = new PharData(__DIR__ . '/files/trunc.tar');
} catch (Exception $e) {
echo $e->getMessage() . "\n";
}
?>
--EXPECTF--
phar error: "%strunc.tar" is a corrupted tar file (truncated)