Updating submodules
[hiphop-php.git] / hphp / test / slow / ext_array / array_replace_recursive.php.expect
bloba8dd3caaca5b3a2aab7d4172b836ddd62efe32fc
1 dict(2) {
2   ["color"]=>
3   dict(1) {
4     ["favoritte"]=>
5     string(3) "red"
6   }
7   [0]=>
8   vec(2) {
9     int(10)
10     dict(1) {
11       ["color"]=>
12       dict(2) {
13         ["favorite"]=>
14         string(5) "green"
15         [0]=>
16         string(4) "blue"
17       }
18     }
19   }