File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments