diff options
Diffstat (limited to 'Zend/zend_vm_opcodes.c')
-rw-r--r-- | Zend/zend_vm_opcodes.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/zend_vm_opcodes.c b/Zend/zend_vm_opcodes.c index 5463f9c498..100106cdc5 100644 --- a/Zend/zend_vm_opcodes.c +++ b/Zend/zend_vm_opcodes.c @@ -72,7 +72,7 @@ static const char *zend_vm_opcodes_names[184] = { "ZEND_JMPNZ_EX", "ZEND_CASE", NULL, - NULL, + "ZEND_SEND_VAR_NO_REF_EX", NULL, "ZEND_BOOL", "ZEND_FAST_CONCAT", @@ -259,7 +259,7 @@ static uint32_t zend_vm_opcodes_flags[184] = { 0x00002007, 0x00000707, 0x00000000, - 0x00000000, + 0x00001001, 0x00000000, 0x00000007, 0x00000707, @@ -274,7 +274,7 @@ static uint32_t zend_vm_opcodes_flags[184] = { 0x00000003, 0x00000010, 0x00000310, - 0x00001003, + 0x00001007, 0x00001001, 0x00001001, 0x01000073, @@ -315,7 +315,7 @@ static uint32_t zend_vm_opcodes_flags[184] = { 0x00000000, 0x00000000, 0x01000000, - 0x0c001001, + 0x00001001, 0x03000103, 0x00000003, 0x05000700, |