ru_php/ext/phar/tests/007.phpt

15 lines
242 B
PHP

--TEST--
Phar::mapPhar manifest too big
--EXTENSIONS--
phar
--FILE--
<?php
try {
Phar::mapPhar('hio');
} catch (Exception $e) {
echo $e->getMessage();
}
__HALT_COMPILER(); ?>~~~~
--EXPECTF--
manifest cannot be larger than 100 MB in phar "%s"