introduce array_multisort1, ..., array_multisort9
[hiphop-php.git] / hphp / test / slow / ext_array / array_replace_recursive.php.expect
blob308cae842fa93a5fd019ee3601ca2675b31adede
1 array(2) {
2   ["color"]=>
3   array(1) {
4     ["favoritte"]=>
5     string(3) "red"
6   }
7   [0]=>
8   array(2) {
9     [0]=>
10     int(10)
11     [1]=>
12     array(1) {
13       ["color"]=>
14       array(2) {
15         ["favorite"]=>
16         string(5) "green"
17         [0]=>
18         string(4) "blue"
19       }
20     }
21   }