halt03.phpt 206 B

1234567891011
  1. --TEST--
  2. __HALT_COMPILER() basic test
  3. --FILE--
  4. <?php
  5. if (true) {
  6. __HALT_COMPILER();
  7. }
  8. ?>
  9. --EXPECTF--
  10. Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %shalt03.php on line %d