History log of /PHP-8.2/Zend/tests/no_early_binding_if_already_declared.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 89007f67 14-Oct-2021 Nikita Popov

Fix delayed early bind if class already exists

We should not try to perform a delayed early bind if the class has
already been declared. This matches the behavior of an ordinary
earl

Fix delayed early bind if class already exists

We should not try to perform a delayed early bind if the class has
already been declared. This matches the behavior of an ordinary
early bind.

show more ...