remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / bug24198.php.expectf
blob2f197a1fcfa82286cf6b28e7d72290701f20b51b
1 array(2) {
2   ["a"]=>
3   array(2) {
4     [0]=>
5     string(2) "aa"
6     [1]=>
7     string(2) "aa"
8   }
9   ["b"]=>
10   array(2) {
11     [0]=>
12     string(2) "bb"
13     [1]=>
14     string(2) "bb"
15   }