Handle this typehints
[hiphop-php.git] / hphp / test / slow / vec / fb_serialize.php.expect
bloba573a35a2f3ffbeab9a3fddb44bcc26495a7a2a1
1 bool(true)
2 vec(0) {
4 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
5 bool(true)
6 vec(3) {
7   int(1)
8   int(2)
9   int(3)
11 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
12 bool(true)
13 vec(3) {
14   string(1) "a"
15   string(1) "b"
16   string(1) "c"
18 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
19 bool(true)
20 vec(4) {
21   vec(3) {
22     int(1)
23     int(2)
24     int(3)
25   }
26   vec(3) {
27     string(1) "a"
28     string(1) "b"
29     string(1) "c"
30   }
31   int(100)
32   string(3) "abc"
34 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
35 bool(true)
36 vec(4) {
37   dict(3) {
38     [1]=>
39     string(3) "abc"
40     [2]=>
41     string(3) "def"
42     [3]=>
43     string(3) "ghi"
44   }
45   dict(3) {
46     ["a"]=>
47     int(1)
48     ["b"]=>
49     int(2)
50     ["c"]=>
51     int(3)
52   }
53   int(100)
54   string(3) "abc"
56 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
57 bool(true)
58 vec(4) {
59   dict(3) {
60     [0]=>
61     int(1)
62     [1]=>
63     int(2)
64     [2]=>
65     int(3)
66   }
67   dict(3) {
68     [0]=>
69     string(1) "a"
70     [1]=>
71     string(1) "b"
72     [2]=>
73     string(1) "c"
74   }
75   int(100)
76   string(3) "abc"
78 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
79 bool(true)
80 vec(1) {
81   dict(2) {
82     ["1"]=>
83     int(100)
84     [1]=>
85     int(200)
86   }
88 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
89 string(46) "Keysets cannot be serialized with fb_serialize"
90 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
91 bool(true)
92 dict(5) {
93   [0]=>
94   int(1)
95   [1]=>
96   int(2)
97   [2]=>
98   vec(3) {
99     int(1)
100     int(2)
101     int(3)
102   }
103   [3]=>
104   vec(3) {
105     string(1) "a"
106     string(1) "b"
107     string(1) "c"
108   }
109   [4]=>
110   vec(0) {
111   }
113 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"
114 bool(true)
115 dict(5) {
116   ["a"]=>
117   int(1)
118   ["b"]=>
119   int(2)
120   ["c"]=>
121   vec(3) {
122     int(1)
123     int(2)
124     int(3)
125   }
126   ["d"]=>
127   vec(3) {
128     string(1) "a"
129     string(1) "b"
130     string(1) "c"
131   }
132   ["e"]=>
133   vec(0) {
134   }
136 string(83) "Serializing Hack arrays requires the FB_SERIALIZE_HACK_ARRAYS option to be provided"