mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 18:38:05 +01:00
81e53ce0ff
This changset also adds unit tests for Comments and adds a way to test the pretty printer.
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
Invalid __halt_compiler() syntax
|
|
-----
|
|
<?php
|
|
__halt_compiler()
|
|
-----
|
|
__halt_compiler must be followed by "();" on line 2 |