Skip to content

Commit b8dae99

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fixed opcode description
2 parents c752b74 + 1305d9c commit b8dae99

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
@@ -1018,7 +1018,7 @@ ZEND_VM_HANDLER(29, ZEND_ASSIGN_STATIC_PROP_OP, ANY, ANY, OP)
10181018
ZEND_VM_NEXT_OPCODE_EX(1, 2);
10191019
}
10201020

1021-
ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|THIS|CV, OP)
1021+
ZEND_VM_HANDLER(27, ZEND_ASSIGN_DIM_OP, VAR|CV, CONST|TMPVAR|UNUSED|NEXT|CV, OP)
10221022
{
10231023
USE_OPLINE
10241024
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)