History log of /PHP-8.1/Zend/tests/bug75474.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 6b0f14fe 17-Feb-2021 Nikita Popov

Fixed bug #75474

For fake closures, we need to share static variables with the
original function, not work on a separate copy. Calling a function
through Closure::fromCallable() shou

Fixed bug #75474

For fake closures, we need to share static variables with the
original function, not work on a separate copy. Calling a function
through Closure::fromCallable() should have the same behavior as
calling it directly.

show more ...