summaryrefslogtreecommitdiff
path: root/ext/phar/tests/004.phpt
blob: 17190a9ec2ef9c2a538c63d926fd664e4b2f7cbd (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")) print "skip";?>
--FILE--
<?php
try {
Phar::mapPhar('hio');
} catch (Exception $e) {
echo $e->getMessage();
}
?>
--EXPECTF--
__HALT_COMPILER(); must be declared in a phar