mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
For attributes, relying on the ref_map doesn't make sense the first place as you can't really refer to attributes from attributes. The code therefore assumes that the node is unique, which is broken. Closes GH-19181.