1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/test
Nikita Popov 574665b45b PHP 7.1: list() with keys
Expr\List will now contain ArrayItems instead of plain variables.
I'm reusing ArrayItem, because code handling list() must also handle
arrays, and this allows both to go through the same code path.

This also renames Expr\List->vars to ->items.

TODO: Should Expr\List be dropped in favor of Expr\Array with an
extra flag?
2016-07-09 21:55:55 +02:00
..
code PHP 7.1: list() with keys 2016-07-09 21:55:55 +02:00
PhpParser PHP 7.1: Class constant visibility support 2016-07-05 23:01:06 +02:00
bootstrap.php Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00