add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_array / array_multisort_bug_2.php.expect
blobf29ea6edb7a9f6ac82b2cf3a15ff5ea978faccec
1 bool(true)
2 array(3) {
3   [0]=>
4   string(1) "b"
5   [1]=>
6   string(1) "c"
7   [2]=>
8   string(1) "a"
10 array(2) {
11   [0]=>
12   array(3) {
13     [0]=>
14     int(3)
15     [1]=>
16     int(1)
17     [2]=>
18     int(2)
19   }
20   [1]=>
21   &array(3) {
22     [0]=>
23     string(1) "b"
24     [1]=>
25     string(1) "c"
26     [2]=>
27     string(1) "a"
28   }