History log of /PHP-Parser/test/code/prettyPrinter/expr/firstClassCallables.test (Results 1 – 2 of 2)
Revision Date Author Comments
# d3d1297c 06-Jun-2022 Nikita Popov

Remove PHP 5 parser


# 13549aa7 03-Sep-2021 Nikita Popov

Add support for first-class callables

I'm somewhat unsure about the AST structure here.
VariadicPlaceholder is not a general expression. Maybe Arg->expr
should be Expr|VariadicPlaceh

Add support for first-class callables

I'm somewhat unsure about the AST structure here.
VariadicPlaceholder is not a general expression. Maybe Arg->expr
should be Expr|VariadicPlaceholder? Or possibly the call arguments
should be an array of Arg|VariadicPlaceholder?

show more ...