History log of /PHP-7.4/Zend/tests/overloaded_assign_prop_return_value.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 885b3451 20-Dec-2019 Nikita Popov

Fix early free of assign_obj op_data

We need to make sure that op_data is only freed after populating
result, as op_data may be the only thing holding the value in the
case of an ove

Fix early free of assign_obj op_data

We need to make sure that op_data is only freed after populating
result, as op_data may be the only thing holding the value in the
case of an overloaded assignment.

This reverts the code to how it looked like in 7.3.

show more ...