mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
These get the next and previous sibling nodes, respectively. We can already kind of do this by using the $child array, but that's inconvenient when actually walking the tree by only using node instances. Since the class is final, there is no BC break here. Closes GH-15047.