Skip to content

Commit e557f77

Browse files
Rebuild VM
1 parent 70942e4 commit e557f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_vm_execute.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51392,9 +51392,7 @@ static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_FETCH_DIM_R_SPEC_TMPVAR_CONST_
5139251392
{
5139351393
USE_OPLINE
5139451394
zend_free_op free_op1;
51395-
5139651395
zval *container;
51397-
zval *offset = EX_CONSTANT(opline->op2);
5139851396

5139951397
SAVE_OPLINE();
5140051398
container = _get_zval_ptr_var(opline->op1.var, execute_data, &free_op1);
@@ -51494,7 +51492,9 @@ static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_FETCH_LIST_SPEC_TMPVAR_CONST_H
5149451492
{
5149551493
USE_OPLINE
5149651494
zend_free_op free_op1;
51495+
5149751496
zval *container;
51497+
zval *offset = EX_CONSTANT(opline->op2);
5149851498

5149951499
SAVE_OPLINE();
5150051500
container = _get_zval_ptr_var(opline->op1.var, execute_data, &free_op1);

0 commit comments

Comments
 (0)