1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 10:18:09 +01:00
PHP-Parser/test/code/parser/expr/fetchAndCall
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
..
args.test Add named argument support 2020-08-09 17:37:44 +02:00
constantDeref.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
constFetch.test Check that ::class on object works 2020-02-22 20:42:11 +01:00
funcCall.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
namedArgs.test Add named argument support 2020-08-09 17:37:44 +02:00
newDeref.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
objectAccess.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
simpleArrayAccess.test Perform automated test update 2017-01-19 22:25:22 +01:00
staticCall.test Fix PHP5 static call fixup 2017-11-11 12:23:14 +01:00
staticPropertyFetch.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00