import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / vsprintf_variation6.php.expectf
blob356dfcc5f65ff64bfdf5100757789bdc512e2d3b
1 *** Testing vsprintf() : float formats and non-float values ***
3 -- Iteration 1 --
4 string(244) "2.000000 -2.000000 2.000000 
5    123456.000000 f -12346789.000000 12346789.000000
6    123200.0000 20000.0000 -40000.000000 22212.0000
7    12345780.000000 1211111.000000 -12111111.000000 -12345634.000000
8    2.000000 123456.000000 2.000000 -2.000000"
10 -- Iteration 2 --
11 string(196) "0.000000 +0.000000 0.000000 
12    123.000000 f -123.000000 123.000000
13        0.0000 0.0000     123456.000000 0.0000
14    1234.000000 0.000000 0.000000 0.000000
15    0.000000 123.000000 0.000000 0.000000"
17 -- Iteration 3 --
18 string(179) "1.000000 +1.000000 1.000000 
19    1.000000 f 1.000000 1.000000
20        1.0000 1.0000     1.000000 1.0000
21    1.000000 1.000000 1.000000 1.000000
22    1.000000 1.000000 1.000000 1.000000"
24 -- Iteration 4 --
25 string(179) "1.000000 +1.000000 0.000000 
26    1.000000 f 0.000000 1.000000
27        1.0000 0.0000     1.000000 0.0000
28    0.000000 1.000000 1.000000 0.000000
29    0.000000 1.000000 1.000000 1.000000"
30 Done