summaryrefslogtreecommitdiff
path: root/Zend/tests/bug54804.phpt
blob: c68e9469823aa062f3ce6e65c6b9959aaca42d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #54804 (__halt_compiler and imported namespaces)
--FILE--
<?php
namespace a;
require __DIR__ . '/bug54804.inc';
echo 'DONE';
__halt_compiler();
?>
--EXPECT--
DONE