Skip to content

Commit ffa7735

Browse files
committed
Make test output more portable.
1 parent 9915924 commit ffa7735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/tests/pipe_operator/optimizations.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $_main:
4141
0000 V2 = NEW 0 string("Other")
4242
0001 DO_FCALL
4343
0002 ASSIGN CV0($o) V2
44-
0003 INIT_FCALL 1 112 string("_test1")
44+
0003 INIT_FCALL 1 %d string("_test1")
4545
0004 SEND_VAL int(5) 1
4646
0005 T2 = DO_UCALL
4747
0006 INIT_METHOD_CALL 1 CV0($o) string("foo")
@@ -52,7 +52,7 @@ $_main:
5252
0011 SEND_VAL T2 1
5353
0012 V2 = DO_UCALL
5454
0013 ASSIGN CV1($res1) V2
55-
0014 INIT_FCALL 1 96 string("var_dump")
55+
0014 INIT_FCALL 1 %d string("var_dump")
5656
0015 SEND_VAR CV1($res1) 1
5757
0016 DO_ICALL
5858
0017 RETURN int(1)

0 commit comments

Comments
 (0)