introduce array_multisort1, ..., array_multisort9
[hiphop-php.git] / hphp / test / slow / ext_array / array_shift.php.expect
blobb779671a2b21f3c9d3d202a96f16895ad19b333a
1 array(1) {
2   ["b"]=>
3   int(2)
5 array(1) {
6   [0]=>
7   int(2)
9 array(1) {
10   [0]=>
11   int(2)
13 array(3) {
14   [0]=>
15   string(6) "banana"
16   [1]=>
17   string(5) "apple"
18   [2]=>
19   string(9) "raspberry"
21 string(6) "orange"