Skip to content

Commit 7899498

Browse files
committed
Mark op1 of INIT_FCALL as NUM
1 parent 9b57e07 commit 7899498

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
@@ -3438,7 +3438,7 @@ ZEND_VM_HANDLER(69, ZEND_INIT_NS_FCALL_BY_NAME, ANY, CONST, NUM)
34383438
ZEND_VM_NEXT_OPCODE();
34393439
}
34403440

3441-
ZEND_VM_HANDLER(61, ZEND_INIT_FCALL, ANY, CONST, NUM)
3441+
ZEND_VM_HANDLER(61, ZEND_INIT_FCALL, NUM, CONST, NUM)
34423442
{
34433443
USE_OPLINE
34443444
zend_free_op free_op2;

Zend/zend_vm_opcodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static uint32_t zend_vm_opcodes_flags[184] = {
270270
0x00000001,
271271
0x01000300,
272272
0x00000000,
273-
0x01000300,
273+
0x01000310,
274274
0x00000003,
275275
0x00000010,
276276
0x00000310,

0 commit comments

Comments
 (0)