Skip to content

Commit

Permalink
Correct output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed May 17, 2004
1 parent cceecdb commit 0a38683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ext/standard/tests/strings/bug26973.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ printf("%05u\n", -200);
--EXPECT--
+0200
-0200
+0200.000000
-0200.000000
+200.000000
-200.000000
00200
4294967096
---
00200
-0200
00200.000000
-0200.000000
200.000000
-200.000000
00200
4294967096
8 changes: 4 additions & 4 deletions tests/strings/002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ printf test 1:simple string
printf test 2:42
printf test 3:3.333333
printf test 4:3.3333333333
printf test 5:2.50
printf test 6:2.50000000000
printf test 7:0000000002.50
printf test 5:2.50
printf test 6:2.50000000
printf test 7:0000002.50
printf test 8:< foo>
printf test 9:<bar >
printf test 10: 123456789012345
printf test 10:<høyesterettsjustitiarius>
printf test 11: 123456789012345678901234567890
printf test 11:< høyesterettsjustitiarius>
printf test 12: -12.34
printf test 12:-12.34
printf test 13: -12
printf test 14:@
printf test 15:10101010
Expand Down

0 comments on commit 0a38683

Please sign in to comment.