1.1 ! misho 1: --TEST-- ! 2: Bug #54804 (__halt_compiler and imported namespaces) ! 3: --FILE-- ! 4: <?php ! 5: namespace a; ! 6: require __DIR__ . '/bug54804.inc'; ! 7: echo 'DONE'; ! 8: __halt_compiler(); ! 9: ?> ! 10: --EXPECT-- ! 11: DONE