mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-02-21 17:32:25 +01:00
For representing Identifiers that have an implicit leading $. With this done, maybe go one step further? * Rename VarLikeIdentifier -> VarIdentifier / VarName * Use VarIdentifier / VarName also as an inner node in Variable. Not sure if this adds any real value.