Skip to content

Commit 1305d9c

Browse files
committed
Fixed opcode description
1 parent 5ba69ab commit 1305d9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/zend_vm_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ ZEND_VM_HANDLER(29, ZEND_ASSIGN_STATIC_PROP_OP, ANY, ANY, OP)
10031003
ZEND_VM_NEXT_OPCODE_EX(1, 2);
10041004
}
10051005

1006-
ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|THIS|CV, OP)
1006+
ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, OP)
10071007
{
10081008
USE_OPLINE
10091009
zend_free_op free_op1, free_op2, free_op_data1;

Zend/zend_vm_opcodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static uint32_t zend_vm_opcodes_flags[195] = {
248248
0x00040751,
249249
0x00040000,
250250
0x04000701,
251-
0x04005701,
251+
0x04006701,
252252
0x04000751,
253253
0x04000000,
254254
0x0b000101,

0 commit comments

Comments
 (0)