History log of /PHP-8.2/Zend/tests/fake_closure_in_internal_func_leaks.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# cc9dddea 03-Nov-2022 Ilija Tovilo

Fix fake closure leaking when called from internal func

Introduced in 8e49d7f32f3bf8e20a699bfef5c2b2591a56e8ec.

ZEND_CALL_RELEASE_THIS was previously not handled for internal calls

Fix fake closure leaking when called from internal func

Introduced in 8e49d7f32f3bf8e20a699bfef5c2b2591a56e8ec.

ZEND_CALL_RELEASE_THIS was previously not handled for internal calls but
just for user calls in the zend_leave_helper.

Closes GH-9884

show more ...