ru_php/ext/phar/tests/005.phpt

15 lines
271 B
PHP

--TEST--
Phar::mapPhar truncated manifest (none)
--EXTENSIONS--
phar
--FILE--
<?php
try {
Phar::mapPhar('hio');
} catch (Exception $e) {
echo $e->getMessage();
}
__HALT_COMPILER(); ?>()
--EXPECTF--
internal corruption of phar "%s" (truncated manifest at manifest length)