Skip to content

Commit d3e5a24

Browse files
committed
Merge branch 'PHP-7.3'
2 parents a50198d + 7676090 commit d3e5a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/compact_literals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ void zend_optimizer_compact_literals(zend_op_array *op_array, zend_optimizer_ctx
827827
Z_CACHE_SLOT_P(val) = op_array->cache_size;
828828
op_array->cache_size += sizeof(zval);
829829
}
830-
} else if (opline->opcode != ZEND_RECV) {
830+
} else if (opline->opcode != ZEND_RECV && opline->opcode != ZEND_EXT_NOP) {
831831
break;
832832
}
833833
opline++;

0 commit comments

Comments
 (0)