summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-06-16 12:17:39 +0000
committerDmitry Stogov <dmitry@php.net>2005-06-16 12:17:39 +0000
commitc3e6a908085f15b070eabf6e9517ad8293e4181e (patch)
tree489889b0f516ed757843383c25e0802909ae86d6 /Zend/zend_vm_opcodes.h
parent87c9e68c916fb357098ab9793b446d505d0ffc0d (diff)
downloadphp-git-c3e6a908085f15b070eabf6e9517ad8293e4181e.tar.gz
ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r--Zend/zend_vm_opcodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h
index 4a907d4ec3..319b5483ea 100644
--- a/Zend/zend_vm_opcodes.h
+++ b/Zend/zend_vm_opcodes.h
@@ -92,7 +92,8 @@
#define ZEND_ADD_ARRAY_ELEMENT 72
#define ZEND_INCLUDE_OR_EVAL 73
#define ZEND_UNSET_VAR 74
-#define ZEND_UNSET_DIM_OBJ 75
+#define ZEND_UNSET_DIM 75
+#define ZEND_UNSET_OBJ 76
#define ZEND_FE_RESET 77
#define ZEND_FE_FETCH 78
#define ZEND_EXIT 79