File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,14 @@ ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_nested_func_helper(uint32_t
49
49
zend_clean_and_cache_symbol_table (EX (symbol_table ));
50
50
}
51
51
EG (current_execute_data ) = EX (prev_execute_data );
52
+
53
+ zend_vm_stack_free_extra_args_ex (call_info , execute_data );
52
54
if (UNEXPECTED (call_info & ZEND_CALL_RELEASE_THIS )) {
53
55
OBJ_RELEASE (Z_OBJ (execute_data -> This ));
54
56
} else if (UNEXPECTED (call_info & ZEND_CALL_CLOSURE )) {
55
57
OBJ_RELEASE (ZEND_CLOSURE_OBJECT (EX (func )));
56
58
}
57
59
58
- zend_vm_stack_free_extra_args_ex (call_info , execute_data );
59
60
old_execute_data = execute_data ;
60
61
execute_data = EX (prev_execute_data );
61
62
zend_vm_stack_free_call_frame_ex (call_info , old_execute_data );
You can’t perform that action at this time.
0 commit comments