History log of /PHP-7.4/Zend/tests/assign_ref_func_leak.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# df08d6bf 18-Dec-2019 Nikita Popov

Fix leak in assign_ref with function

As far as I can see, the retval copying is already done in all
callers of this function, so it should not be duplicated here.