1.1 misho 1: --TEST-- 2: __HALT_COMPILER() basic test 3: --FILE-- 4: <?php 5: 6: print "yo!\n"; 7: 8: __HALT_COMPILER(); 9: 10: none of this should be displayed! 11: --EXPECT-- 12: yo!