PHP-Parser/test/code/parser/stmt/haltCompilerInvalidSyntax.test
Nikita Popov aff98bbf16 Use PHP 8.0 token representation
Migrate everything to use PhpToken-compatible token representation,
rather than the legacy array/string representation.
2022-06-05 17:44:42 +02:00

8 lines
139 B
Plaintext

Invalid __halt_compiler() syntax
-----
<?php
__halt_compiler()
-----
Syntax error, unexpected EOF, expecting ';' from 2:18 to 2:18
array(
)