mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-11 17:09:41 +01:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
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
|