Skip to content

Commit feb874a

Browse files
committed
Fix match jump table test on i386
1 parent d731945 commit feb874a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Zend/tests/match/013.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ $_main:
2929
; (lines=%d, args=0, vars=1, tmps=2)
3030
; (after optimizer)
3131
; %s
32-
0000 INIT_FCALL 2 112 string("range")
32+
0000 INIT_FCALL 2 %d string("range")
3333
0001 SEND_VAL string("a") 1
3434
0002 SEND_VAL string("i") 2
3535
0003 V2 = DO_ICALL
3636
0004 V1 = FE_RESET_R V2 0013
3737
0005 FE_FETCH_R V1 CV0($char) 0013
38-
0006 INIT_FCALL 1 96 string("var_dump")
39-
0007 INIT_FCALL 1 112 string("test")
38+
0006 INIT_FCALL 1 %d string("var_dump")
39+
0007 INIT_FCALL 1 %d string("test")
4040
0008 SEND_VAR CV0($char) 1
4141
0009 V2 = DO_UCALL
4242
0010 SEND_VAR V2 1

0 commit comments

Comments
 (0)