Skip to content

Commit c247898

Browse files
committed
Fix test
Hopefully (32-bit)
1 parent 0ab53f1 commit c247898

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/standard/tests/strings/vfprintf_variation4.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,25 @@ unlink($data_file);
8787
*** Testing vfprintf() : int formats and non-integer values ***
8888

8989
-- Iteration 1 --
90-
2 +0 10
90+
2 +0 10
9191
123456 d -1234 1234
9292
-1474836480 200000 4000 22000000
9393
12345 12 -12 -123456
9494
10 123456 2 0
9595
-- Iteration 2 --
96-
0 +0 0
96+
0 +0 0
9797
123 d -123 123
9898
0 0 123456 0000
9999
1234 0 $0 _0
100100
0 123 0 0
101101
-- Iteration 3 --
102-
1 +1 1
102+
1 +1 1
103103
1 d 1 1
104104
1 1 1 0001
105105
#1 1 $1 _1
106106
1 1 1 1
107107
-- Iteration 4 --
108-
1 +1 0
108+
1 +1 0
109109
1 d 0 1
110110
1 0 1 0000
111111
#0 1 $1 _0

0 commit comments

Comments
 (0)