diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-05-17 20:58:57 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-05-17 20:58:57 +0000 |
commit | 0a38683b145cad5159f53c0a010c4570b75995f7 (patch) | |
tree | d304b190546a76220d6cb27a1b4855aaa5704330 | |
parent | cceecdbcdbb24ef85ec64fd5c2524220d3b160e5 (diff) | |
download | php-git-0a38683b145cad5159f53c0a010c4570b75995f7.tar.gz |
Correct output.
-rw-r--r-- | ext/standard/tests/strings/bug26973.phpt | 8 | ||||
-rw-r--r-- | tests/strings/002.phpt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ext/standard/tests/strings/bug26973.phpt b/ext/standard/tests/strings/bug26973.phpt index ef286e2c43..4a586ecaa2 100644 --- a/ext/standard/tests/strings/bug26973.phpt +++ b/ext/standard/tests/strings/bug26973.phpt @@ -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 diff --git a/tests/strings/002.phpt b/tests/strings/002.phpt index 25c8875ec9..c3fcf6db5e 100644 --- a/tests/strings/002.phpt +++ b/tests/strings/002.phpt @@ -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 |