make `Switch` constructor more precise
[hiphop-php.git] / hphp / test / slow / hack-arrays-eval.php.expect
blob92f5009411daf940b11009b761be2bfe2520484f
1 ============ test_eval =======================================
2 vec(3) {
3   int(1)
4   int(2)
5   int(3)
7 dict(2) {
8   [100]=>
9   string(3) "abc"
10   [200]=>
11   string(3) "def"
13 keyset(3) {
14   int(1)
15   string(3) "abc"
16   int(3)
18 vec(3) {
19   int(100)
20   int(200)
21   int(300)
23 dict(3) {
24   [0]=>
25   int(100)
26   [1]=>
27   int(200)
28   [2]=>
29   int(300)
31 keyset(3) {
32   int(100)
33   int(200)
34   int(300)
36 bool(true)
37 bool(true)
38 bool(true)
39 ============ test_default_value ==============================
40 vec(2) {
41   int(1)
42   int(2)
44 dict(2) {
45   [100]=>
46   string(1) "a"
47   [200]=>
48   string(1) "b"
50 keyset(2) {
51   string(1) "a"
52   string(1) "b"