import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / sscanf_variation1.php.expectf
bloba38d8dedef04ada4e32c14aea617e5998bd072e6
1 *** Testing sscanf() function: with unexpected inputs for 'str' argument ***
2 -- Iteration 1 --
3 array(1) {
4   [0]=>
5   string(1) "0"
7 -- Iteration 2 --
8 array(1) {
9   [0]=>
10   string(1) "1"
12 -- Iteration 3 --
13 array(1) {
14   [0]=>
15   string(2) "-2"
17 -- Iteration 4 --
18 array(1) {
19   [0]=>
20   string(10) "2147483647"
22 -- Iteration 5 --
23 array(1) {
24   [0]=>
25   string(11) "-2147483648"
27 -- Iteration 6 --
28 array(1) {
29   [0]=>
30   string(4) "10.5"
32 -- Iteration 7 --
33 array(1) {
34   [0]=>
35   string(5) "-20.5"
37 -- Iteration 8 --
38 array(1) {
39   [0]=>
40   string(12) "101234567000"
42 -- Iteration 9 --
43 HipHop Warning: %a
44 NULL
45 -- Iteration 10 --
46 HipHop Warning: %a
47 NULL
48 -- Iteration 11 --
49 HipHop Warning: %a
50 NULL
51 -- Iteration 12 --
52 array(1) {
53   [0]=>
54   string(1) "1"
56 -- Iteration 13 --
57 NULL
58 -- Iteration 14 --
59 array(1) {
60   [0]=>
61   string(1) "1"
63 -- Iteration 15 --
64 NULL
65 -- Iteration 16 --
66 NULL
67 -- Iteration 17 --
68 NULL
69 -- Iteration 18 --
70 array(1) {
71   [0]=>
72   string(6) "sample"
74 -- Iteration 19 --
75 HipHop Warning: %a
76 NULL
77 -- Iteration 20 --
78 NULL
79 -- Iteration 21 --
80 NULL
81 ===DONE===