those are set by RETURN_FROM_EXECUTE

This commit is contained in:
Thies C. Arntzen 2002-08-23 12:18:54 +00:00
parent 8153dfc877
commit 10b58f2110

View File

@ -2102,7 +2102,6 @@ do_fcall_common:
EG(active_op_array) = (zend_op_array *) EX(function_state).function;
zend_execute(EG(active_op_array) TSRMLS_CC);
EG(current_execute_data) = &execute_data;
if (return_value_used && !EX(Ts)[EX(opline)->result.u.var].var.ptr) {
if (!EG(exception)) {
@ -2734,7 +2733,6 @@ send_by_ref:
EX(object) = NULL;
zend_execute(new_op_array TSRMLS_CC);
EG(current_execute_data) = &execute_data;
EX(function_state).function = saved_function;
EX(object) = saved_object;