summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2010-04-22 11:56:45 +0000
committerDmitry Stogov <dmitry@php.net>2010-04-22 11:56:45 +0000
commitfb9d95e5a4e941f0fef9639a55dea5cb2c2d49da (patch)
tree84e21fde6b47657189acb61220e8d9bb144539e6 /Zend/zend_vm_opcodes.h
parent64a97ee663c9686f9d4499fc752049566aa05b60 (diff)
downloadphp-git-fb9d95e5a4e941f0fef9639a55dea5cb2c2d49da.tar.gz
ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN_BY_REF
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r--Zend/zend_vm_opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h
index d048a8576d..10225c427c 100644
--- a/Zend/zend_vm_opcodes.h
+++ b/Zend/zend_vm_opcodes.h
@@ -129,6 +129,7 @@
#define ZEND_THROW 108
#define ZEND_FETCH_CLASS 109
#define ZEND_CLONE 110
+#define ZEND_RETURN_BY_REF 111
#define ZEND_INIT_METHOD_CALL 112
#define ZEND_INIT_STATIC_METHOD_CALL 113
#define ZEND_ISSET_ISEMPTY_VAR 114