Skip to content

Commit b7479f6

Browse files
author
Ilia Alshanetsky
committed
MFH: Correct output.
1 parent 27c3401 commit b7479f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ext/standard/tests/strings/bug26973.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ printf("%05u\n", -200);
2121
--EXPECT--
2222
+0200
2323
-0200
24-
+0200.000000
25-
-0200.000000
24+
+200.000000
25+
-200.000000
2626
00200
2727
4294967096
2828
---
2929
00200
3030
-0200
31-
00200.000000
32-
-0200.000000
31+
200.000000
32+
-200.000000
3333
00200
3434
4294967096

tests/strings/002.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ printf test 1:simple string
4646
printf test 2:42
4747
printf test 3:3.333333
4848
printf test 4:3.3333333333
49-
printf test 5:2.50
50-
printf test 6:2.50000000000
51-
printf test 7:0000000002.50
49+
printf test 5:2.50
50+
printf test 6:2.50000000
51+
printf test 7:0000002.50
5252
printf test 8:< foo>
5353
printf test 9:<bar >
5454
printf test 10: 123456789012345
5555
printf test 10:<høyesterettsjustitiarius>
5656
printf test 11: 123456789012345678901234567890
5757
printf test 11:< høyesterettsjustitiarius>
58-
printf test 12: -12.34
58+
printf test 12:-12.34
5959
printf test 13: -12
6060
printf test 14:@
6161
printf test 15:10101010

0 commit comments

Comments
 (0)