Skip to content

Commit 6babcab

Browse files
committed
Fix test
1 parent a4fa551 commit 6babcab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ext/opcache/tests/opt/sccp_032.phpt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ LIVE RANGES:
4444
1: 0003 - 0009 (loop)
4545

4646
test:
47-
; (lines=5, args=0, vars=0, tmps=0)
47+
; (lines=4, args=0, vars=0, tmps=0)
4848
; (after optimizer)
4949
; %ssccp_032.php:2-9
5050
0000 GENERATOR_CREATE
51-
0001 YIELD_FROM array(...)
52-
0002 YIELD null
53-
0003 YIELD_FROM array(...)
54-
0004 GENERATOR_RETURN null
51+
0001 YIELD null
52+
0002 YIELD_FROM array(...)
53+
0003 GENERATOR_RETURN null
5554
NULL
5655
3

0 commit comments

Comments
 (0)