mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-07-02 21:13:34 +02:00
The token stream should cover all characters in the original code, insert a dummy token for missing illegal characters. We should really be doing this in token_get_all() as well.