mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-02-23 10:23:53 +01:00
Node_Const is shared between Node_Stmt_ClassConst and Node_Stmt_Const. Maybe one could generalize it to a Node_NameToValue to share it with Node_Stmt_Declare too.