--TEST-- Phar::mapPhar truncated manifest (not enough for manifest length) --SKIPIF-- --FILE-- "; $file .= pack('V', 500) . 'notenough'; file_put_contents(dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php', $file); try { include dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; } catch (Exception $e) { echo $e->getMessage(); } ?> --CLEAN-- --EXPECTF-- internal corruption of phar "%s" (truncated manifest header)