diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2015-10-29 09:15:37 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2015-10-30 07:18:44 +0300 |
| commit | 5c65fc29adce41c4a33ff8def971de96ad01d5dc (patch) | |
| tree | 676827c85878efee1c06728a9fd81bee5d43c81f /Zend/zend_vm_opcodes.c | |
| parent | d83600a2d5d40b1785a0bbe5188f626c736ec93f (diff) | |
| download | php-git-5c65fc29adce41c4a33ff8def971de96ad01d5dc.tar.gz | |
Fixed few issues:
- Added ZEND_VM_LAST_OPCODE macro
- Use better names LINE->OPLINE, REL_LINE->REL_OPLINE, FCALL->FAST_CALL, FRET->FAST_RET
- Added ISSET flag to extended value of ZEND_ISSET_ISEMPTY_VAR opcode
Diffstat (limited to 'Zend/zend_vm_opcodes.c')
| -rw-r--r-- | Zend/zend_vm_opcodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_vm_opcodes.c b/Zend/zend_vm_opcodes.c index 4b2913b5e1..d575e04a28 100644 --- a/Zend/zend_vm_opcodes.c +++ b/Zend/zend_vm_opcodes.c @@ -321,7 +321,7 @@ static uint32_t zend_vm_opcodes_flags[182] = { 0x00000003, 0x00010707, 0x00010703, - 0x00800107, + 0x20800107, 0x20000707, 0x00000803, 0x00000801, |
