1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/test/code/parser
Nikita Popov 568236a305 Allow expressions in list()
Similar to the previous commit: list() syntactically accepts any
expression and non-variables are compile-time errors. The special
case of ($a) ends up being legal by accident.
2020-02-19 21:29:17 +01:00
..
errorHandling Insert T_BAD_CHARACTER tokens for missing characters 2019-06-30 11:43:48 +02:00
expr Allow expressions in list() 2020-02-19 21:29:17 +01:00
scalar [PHP 7.4] Add support for numeric literal separators (#615) 2019-06-30 12:13:28 +02:00
stmt Add support for union types 2019-11-08 14:45:32 +01: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 Place Nop nodes more precisely 2020-02-09 17:10:33 +01:00
semiReserved.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00