Skip to content

Commit fed200c

Browse files
bwoebiarnaud-lb
andauthored
Update Zend/Optimizer/zend_dump.c
Co-authored-by: Arnaud Le Blanc <365207+arnaud-lb@users.noreply.github.com>
1 parent ec69814 commit fed200c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Optimizer/zend_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static void zend_dump_unused_op(const zend_op *opline, znode_op op, uint32_t fla
124124
}
125125
} else if (ZEND_VM_OP_LOOP_END == (flags & ZEND_VM_OP_MASK)) {
126126
if (opline->extended_value & ZEND_FREE_ON_RETURN) {
127-
fprintf(stderr, " loop-end(%u)", op.num);
127+
fprintf(stderr, " loop-end(+%u)", op.num);
128128
}
129129
} else if (ZEND_VM_OP_THIS == (flags & ZEND_VM_OP_MASK)) {
130130
fprintf(stderr, " THIS");

0 commit comments

Comments
 (0)