Updating submodules
[hiphop-php.git] / hphp / test / slow / ext_array / array_replace.php.expect
blobc33bd92b60ccc261a151cfbf2e5ac3b851b4628c
1 dict(3) {
2   ["color"]=>
3   string(3) "red"
4   [0]=>
5   dict(5) {
6     [0]=>
7     string(1) "a"
8     [1]=>
9     string(1) "b"
10     ["color"]=>
11     string(5) "green"
12     ["shape"]=>
13     string(9) "trapezoid"
14     [2]=>
15     int(4)
16   }
17   [1]=>
18   int(4)
20 dict(1) {
21   [0]=>
22   dict(1) {
23     [1]=>
24     string(4) "data"
25   }
27 dict(1) {
28   [0]=>
29   string(4) "data"
31 dict(1) {
32   [0]=>
33   dict(1) {
34     [1]=>
35     string(3) "bar"
36   }
38 dict(2) {
39   ["one"]=>
40   int(1)
41   [0]=>
42   dict(1) {
43     ["two"]=>
44     int(2)
45   }
47 dict(2) {
48   [100000000000022]=>
49   int(1)
50   [0]=>
51   dict(1) {
52     [100000000000022]=>
53     int(2)
54   }