mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
If we bind the class to the runtime slot even if we're not the ones who have performed early binding we'll miss the redeclaration error in the ZEND_DECLARE_CLASS_DELAYED handler. Closes GH-11226