Skip to content

Commit

Permalink
Fixed opcode description
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 8, 2019
1 parent 5ba69ab commit 1305d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Zend/zend_vm_def.h
Expand Up @@ -1003,7 +1003,7 @@ ZEND_VM_HANDLER(29, ZEND_ASSIGN_STATIC_PROP_OP, ANY, ANY, OP)
ZEND_VM_NEXT_OPCODE_EX(1, 2);
}

ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|THIS|CV, OP)
ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, OP)
{
USE_OPLINE
zend_free_op free_op1, free_op2, free_op_data1;
Expand Down
2 changes: 1 addition & 1 deletion Zend/zend_vm_opcodes.c
Expand Up @@ -248,7 +248,7 @@ static uint32_t zend_vm_opcodes_flags[195] = {
0x00040751,
0x00040000,
0x04000701,
0x04005701,
0x04006701,
0x04000751,
0x04000000,
0x0b000101,
Expand Down

0 comments on commit 1305d9c

Please sign in to comment.