1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/test/code/parser
Nikita Popov b9b45dd2bc Insert T_BAD_CHARACTER tokens for missing characters
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.
2019-06-30 11:43:48 +02:00
..
errorHandling Insert T_BAD_CHARACTER tokens for missing characters 2019-06-30 11:43:48 +02:00
expr [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
scalar [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
stmt [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
blockComments.test Merge branch '3.x' 2017-10-01 16:55:54 +02:00
commentAtEndOfClass.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00
comments.test Perform automated test update 2017-01-19 22:25:22 +01:00
nopPositions.test Fix attributes for zero-length nop nodes 2019-05-11 20:01:25 +02:00
semiReserved.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00