File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_nested_func_helper(uint32_t
48
48
if (UNEXPECTED (call_info & ZEND_CALL_HAS_SYMBOL_TABLE )) {
49
49
zend_clean_and_cache_symbol_table (EX (symbol_table ));
50
50
}
51
- EG (current_execute_data ) = EX (prev_execute_data );
52
51
53
52
zend_vm_stack_free_extra_args_ex (call_info , execute_data );
54
53
if (UNEXPECTED (call_info & ZEND_CALL_RELEASE_THIS )) {
@@ -88,7 +87,6 @@ ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_top_func_helper(uint32_t ca
88
87
}
89
88
zend_vm_stack_free_extra_args_ex (call_info , execute_data );
90
89
}
91
- EG (current_execute_data ) = EX (prev_execute_data );
92
90
if (UNEXPECTED (call_info & ZEND_CALL_CLOSURE )) {
93
91
OBJ_RELEASE (ZEND_CLOSURE_OBJECT (EX (func )));
94
92
}
You can’t perform that action at this time.
0 commit comments