Skip to content

Commit 4ac3c9a

Browse files
committed
fix test (now failing)
1 parent 222e2d6 commit 4ac3c9a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

ext/opcache/tests/opt/sccp_007.phpt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ $_main:
2828
0000 RETURN int(1)
2929

3030
foo:
31-
; (lines=4, args=1, vars=1, tmps=0)
31+
; (lines=3, args=1, vars=1, tmps=0)
3232
; (after optimizer)
3333
; %ssccp_007.php:2-9
3434
0000 CV0($x) = RECV 1
35-
0001 JMPZ CV0($x) 0002
36-
0002 ECHO string("0")
37-
0003 RETURN null
35+
0001 ECHO string("0")
36+
0002 RETURN null

0 commit comments

Comments
 (0)