Hi Gina, On Fri, Nov 21, 2025 at 4:47 AM Gina P. Banyard <[email protected]> wrote: > Oh so one more reason to get rid of the get_constructor() handler then. > Would the approach that I started prototyping in > https://github.com/php/php-src/pull/19797 help as we would know the > zend_function the moment we have the CE?
This would help as long as the get_constructor() handler is also removed (so that zend_class_entry.constructor is always the truth), or moved to zend_class_entry. Best Regards, Arnaud
