import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / vprintf_variation4_64bit.php.expectf
blob296c1dd0a9e6f5d97ba48252f30e99018bd44d09
1 *** Testing vprintf() : int formats and non-integer values ***
3 -- Iteration 1 --
4 2 +0 10 
5    123456 d -1234 1234
6    20000000000 200000     4000 22000000
7    12345 12 -12 -123456
8    10 123456 2 0
9 int(112)
11 -- Iteration 2 --
12 0 +0 0 
13    123 d -123 123 
14             0 0          123456 0000
15    1234 0 $0 _0
16    0 123 0 0
17 int(92)
19 -- Iteration 3 --
20 1 +1 1 
21    1 d    1 1   
22             1 1          1 0001
23    #1 1 $1 _1
24    1 1 1 1
25 int(81)
27 -- Iteration 4 --
28 1 +1 0 
29    1 d    0 1   
30             1 0          1 0000
31    #0 1 $1 _0
32    0 1 1 1
33 int(81)
34 ===DONE===