ru_php/ext/phar/tests/004.phpt

15 lines
218 B
PHP

--TEST--
Phar::mapPhar no __HALT_COMPILER();
--EXTENSIONS--
phar
--FILE--
<?php
try {
Phar::mapPhar('hio');
} catch (Exception $e) {
echo $e->getMessage();
}
?>
--EXPECT--
__HALT_COMPILER(); must be declared in a phar