mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This shrinks the struct from 80 bytes to 72 bytes. This was unused internally, I did not find users externally via GitHub search. The intention for this was that it could be used for attaching extra data as a 3rd party to a node. However, there are better mechanisms for that like using actual objects.