Skip to content

Commit 2ee213a

Browse files
committed
Fix test on x32
1 parent fd28bbf commit 2ee213a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/tests/partial_application/pipe_optimization_013.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ LIVE RANGES:
7070
0002 T3 = FUNC_NUM_ARGS
7171
0003 T2 = IS_SMALLER_OR_EQUAL T3 int(1)
7272
0004 JMPZ T2 0010
73-
0005 INIT_FCALL 2 112 string("foo")
73+
0005 INIT_FCALL 2 %d string("foo")
7474
0006 SEND_VAR CV0($a) 1
7575
0007 SEND_VAR CV1($b) 2
7676
0008 V2 = DO_UCALL
7777
0009 RETURN V2
78-
0010 INIT_FCALL 2 112 string("foo")
78+
0010 INIT_FCALL 2 %d string("foo")
7979
0011 SEND_VAR CV0($a) 1
8080
0012 SEND_VAR CV1($b) 2
8181
0013 T2 = FUNC_GET_ARGS int(1)

0 commit comments

Comments
 (0)