import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_multisort_variation5.php.expectf
blobe74e538063f7df97bec35293240302901f644bdc
1 *** Testing array_multisort() : Testing  all array sort specifiers ***
2 array(3) {
3   [0]=>
4   string(1) "1"
5   [1]=>
6   string(2) "aa"
7   [2]=>
8   int(2)
10 array(3) {
11   [0]=>
12   string(1) "1"
13   [1]=>
14   int(2)
15   [2]=>
16   string(2) "aa"
18 array(3) {
19   [0]=>
20   string(2) "aa"
21   [1]=>
22   string(1) "1"
23   [2]=>
24   int(2)
26 ===DONE===