mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-03-18 21:29:51 +01:00
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?