haltCompilerInvalidSyntax.test 121 B

1234567
  1. Invalid __halt_compiler() syntax
  2. -----
  3. <?php
  4. __halt_compiler()
  5. -----
  6. __HALT_COMPILER must be followed by "();" on line 2