import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / vprintf_variation13.php.expectf
blob3d9294f7677131423221887499c2e09935df96db
1 *** Testing vprintf() : hexa formats with hexa values ***
3 -- Iteration 1 --
5 int(1)
7 -- Iteration 2 --
8 ffffffff 1 22
9 int(13)
11 -- Iteration 3 --
12 7fffffff x, 7000000 80000000
13 int(28)
15 -- Iteration 4 --
16                       ffed2979 0000
17 int(35)
19 -- Iteration 5 --
20 #1 2222 1b6db bbbbbbbc
21 int(22)
23 -- Iteration 6 --
24 123b fab 0 a
25 int(12)
27 -- Iteration 7 --
28 %34 x
29 int(5)
31 -- Iteration 8 --
32 1 2 3 4
33 int(7)
34 ===DONE===