History log of /php-src/Zend/tests/delayed_early_binding_redeclaration-1.inc (Results 1 – 1 of 1)
Revision Date Author Comments
# e3499130 10-May-2023 Ilija Tovilo

Fix delayed early binding class redeclaration error

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 erro

Fix delayed early binding class redeclaration error

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

show more ...