summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_handlers.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-03-29 11:13:17 +0300
committerDmitry Stogov <dmitry@zend.com>2018-03-29 11:13:17 +0300
commit4aa9505b6e1c2375f861c02687697414372a9ccd (patch)
treecfe2ddb110c7b3afdc3a2d7f53b8fc38f0b2a450 /Zend/zend_vm_handlers.h
parent2f0950d599ce7e7308a6001e2f0a33fe27dcefe6 (diff)
downloadphp-git-4aa9505b6e1c2375f861c02687697414372a9ccd.tar.gz
Merge identical handlers
Diffstat (limited to 'Zend/zend_vm_handlers.h')
-rw-r--r--Zend/zend_vm_handlers.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/Zend/zend_vm_handlers.h b/Zend/zend_vm_handlers.h
index df689381f4..03f8087fa3 100644
--- a/Zend/zend_vm_handlers.h
+++ b/Zend/zend_vm_handlers.h
@@ -2038,21 +2038,21 @@
_(3898, ZEND_QM_ASSIGN_NOREF_SPEC_TMPVARCV) \
_(3900, ZEND_QM_ASSIGN_NOREF_SPEC_TMPVARCV) \
_(3901, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_CONST) \
- _(3902, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVAR) \
- _(3903, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVAR) \
- _(3905, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_CV) \
+ _(3902, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV) \
+ _(3903, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV) \
+ _(3905, ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV) \
_(3906, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST) \
- _(3907, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVAR) \
- _(3908, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVAR) \
- _(3910, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CV) \
+ _(3907, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV) \
+ _(3908, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV) \
+ _(3910, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV) \
_(3911, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST) \
- _(3912, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVAR) \
- _(3913, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVAR) \
- _(3915, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CV) \
+ _(3912, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV) \
+ _(3913, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV) \
+ _(3915, ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV) \
_(3921, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_CONST) \
- _(3922, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVAR) \
- _(3923, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVAR) \
- _(3925, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_CV) \
+ _(3922, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV) \
+ _(3923, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV) \
+ _(3925, ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV) \
_(3928, ZEND_SEND_VAR_SIMPLE_SPEC_VAR) \
_(3930, ZEND_SEND_VAR_SIMPLE_SPEC_CV) \
_(3933, ZEND_SEND_VAR_EX_SIMPLE_SPEC_VAR) \