import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / vprintf_variation16.php.expectf
blob9f204b372cd2524665aefe7e57146f7823ff10ad
1 *** Testing vprintf() : unsigned formats and signed & other types of values ***
3 -- Iteration 1 --
4 2 0 10 
5    123456 u 1234 2820130816
6    2840207360 1177509888 12345 
7    12 4294967284 4294843840 _3
8    10 123456 2 0
9 int(115)
11 -- Iteration 2 --
12 0 0 0 
13    123 u 4294967173 123 
14             0 0          0 
15    1234 0 $0 _0
16    0 123 0 0
17 int(88)
19 -- Iteration 3 --
20 1 1 1 
21    1 u    1 1   
22             1 1          1 
23    #1 1 $1 _1
24    1 1 1 1
25 int(76)
27 -- Iteration 4 --
28 1 1 0 
29    1 u    0 1   
30             1 1          0 
31    #0 1 $1 _0
32    0 1 1 1
33 int(76)
34 ===DONE===