1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 17:09:41 +01:00
PHP-Parser/test/code/parser/error_pos.test-fail

10 lines
164 B
Plaintext
Raw Normal View History

Error positions
-----
<?php foo
-----
Syntax error, unexpected EOF from 1:10 to 1:10
-----
<?php foo /* bar */
-----
Syntax error, unexpected EOF from 1:20 to 1:20