1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 02:07:59 +01:00
PHP-Parser/test/code/parser/expr/uvs
Nikita Popov 98f7f39d1c Add named argument support
Not adding any explicit FPPP support, as I don't think add/remove
of names can be handled any better than full reformatting.
2020-08-09 17:37:44 +02:00
..
constDeref.test Treat magic constants like normal constants 2020-02-22 21:06:03 +01:00
globalNonSimpleVarError.test Merge branch '3.x' 2017-02-09 20:38:33 +01:00
indirectCall.test Add named argument support 2020-08-09 17:37:44 +02:00
isset.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
misc.test Add named argument support 2020-08-09 17:37:44 +02:00
new.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
newInstanceofExpr.test Add named argument support 2020-08-09 17:37:44 +02:00
staticProperty.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00