mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Have each of the specialized methods for registering a constant return a pointer to the registered constant the same way that the generic `zend_register_constant()` function does, and use those in the generated arginfo files to avoid needing to search for a constant that was just registered in order to add attributes to it.