import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / vprintf_variation5.php.expectf
blobd044c889674d65cea7abcc3da80e65180528e319
1 *** Testing vprintf() : int formats with float values ***
3 -- Iteration 1 --
4 0.000000
5 int(8)
7 -- Iteration 2 --
8 -0.100000 0.100000 10.000001
9 int(28)
11 -- Iteration 3 --
12 2147483649.000000 f, 2147483640.000000 -2147483640.000000
13 int(57)
15 -- Iteration 4 --
16 200000.0000 0.0000     -200000.000000 -0.0000
17 int(45)
19 -- Iteration 5 --
20 20000.000000 -1999999999999999879418332743206357172224.000000 0.000000 20000000000000000000.000000
21 int(98)
23 -- Iteration 6 --
24 4667.000000 4011.000000 83.000000 10.000000
25 int(43)
27 -- Iteration 7 --
28 %-5678.567800 f
29 int(15)
31 -- Iteration 8 --
32 1.110000 2.220000 3.330000 4.440000
33 int(35)
34 ===DONE===