add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_array / array_merge_recursive.php.expect
blob31b529c32f6e92a643ac44dba8b3b3515b465bb3
1 array(3) {
2   ["color"]=>
3   array(1) {
4     ["favorite"]=>
5     string(3) "red"
6   }
7   [0]=>
8   int(5)
9   [1]=>
10   array(2) {
11     ["color"]=>
12     array(1) {
13       ["favorite"]=>
14       string(5) "green"
15     }
16     [0]=>
17     string(4) "blue"
18   }