mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-02-24 02:42:40 +01:00
Migrate everything to use PhpToken-compatible token representation, rather than the legacy array/string representation.
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
Invalid __halt_compiler() syntax
|
|
-----
|
|
<?php
|
|
__halt_compiler()
|
|
-----
|
|
Syntax error, unexpected EOF, expecting ';' from 2:18 to 2:18
|
|
array(
|
|
) |