summaryrefslogtreecommitdiff
path: root/ext/phar/tests/004.phpt
blob: b8ebd4137db26da5924ed76e0d7c52cda207e477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Phar::mapPhar no __HALT_COMPILER();
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip");?>
--FILE--
<?php
try {
Phar::mapPhar('hio');
} catch (Exception $e) {
echo $e->getMessage();
}
?>
--EXPECT--
__HALT_COMPILER(); must be declared in a phar