introduce array_multisort1, ..., array_multisort9
[hiphop-php.git] / hphp / test / slow / ext_array / array_keys.php.expect
blob5ab55fdb5999f930e44f87a98dd0a0cd919b6fa1
1 array(2) {
2   [0]=>
3   int(0)
4   [1]=>
5   string(5) "color"
7 array(2) {
8   [0]=>
9   string(5) "color"
10   [1]=>
11   string(4) "size"
13 array(3) {
14   [0]=>
15   string(1) "a"
16   [1]=>
17   string(1) "b"
18   [2]=>
19   string(1) "c"