mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Correct output.
This commit is contained in:
parent
cceecdbcdb
commit
0a38683b14
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -54,8 +54,8 @@ 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 6:2.50000000
|
||||
printf test 7:0000002.50
|
||||
printf test 8:< foo>
|
||||
printf test 9:<bar >
|
||||
printf test 10: 123456789012345
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue