summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_vm_def.h')
-rw-r--r--Zend/zend_vm_def.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h
index 9a50c9b7d5..899b18a89d 100644
--- a/Zend/zend_vm_def.h
+++ b/Zend/zend_vm_def.h
@@ -3391,9 +3391,6 @@ ZEND_VM_HANDLER(129, ZEND_DO_ICALL, ANY, ANY)
SAVE_OPLINE();
EX(call) = call->prev_execute_data;
- call->called_scope = EX(called_scope);
- Z_OBJ(call->This) = Z_OBJ(EX(This));
-
call->prev_execute_data = execute_data;
EG(current_execute_data) = call;
@@ -3505,9 +3502,6 @@ ZEND_VM_HANDLER(131, ZEND_DO_FCALL_BY_NAME, ANY, ANY)
}
}
- call->called_scope = EX(called_scope);
- Z_OBJ(call->This) = Z_OBJ(EX(This));
-
call->prev_execute_data = execute_data;
EG(current_execute_data) = call;
@@ -3627,9 +3621,6 @@ ZEND_VM_HANDLER(60, ZEND_DO_FCALL, ANY, ANY)
if (fbc->common.scope) {
should_change_scope = 1;
EG(scope) = fbc->common.scope;
- } else {
- call->called_scope = EX(called_scope);
- Z_OBJ(call->This) = Z_OBJ(EX(This));
}
call->prev_execute_data = execute_data;