mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
When step_callback fails, agg_context->val is passed dtor, but agg_context->val is also used in final_callback regardless of the success/failure of step_callback, so should not call dtor. closes #14004 fixes #13998