haltCompilerInvalidSyntax.test 140 B

12345678
  1. Invalid __halt_compiler() syntax
  2. -----
  3. <?php
  4. __halt_compiler()
  5. -----
  6. Syntax error, unexpected EOF, expecting ';' from 2:18 to 2:18
  7. array(
  8. )