mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-02-22 18:02:22 +01:00
* Add new constant to be returned from enterNode() to not travers current node for subsequent visitors and skip children traversing * Allow visitors to replace nodes in leaveNode() when DONT_TRAVERSE_CURRENT_AND_CHILDREN is used