halt01.phpt 142 B

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