remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_multisort_variation8.php.expectf
blobb8816adb5587b77e7472afcac1ee6926fca2a854
1 *** Testing array_multisort() : usage variation  - test sort order of all types***
2 bool(true)
3 array(10) {
4   ["empty string DQ"]=>
5   string(0) ""
6   ["uppercase NULL"]=>
7   NULL
8   ["undefined var"]=>
9   NULL
10   ["instance of classWithoutToString"]=>
11   object(classWithoutToString) (0) {
12   }
13   ["float -10.5"]=>
14   float(-10.5)
15   ["int 0"]=>
16   int(0)
17   ["lowercase true"]=>
18   bool(true)
19   [0]=>
20   array(0) {
21   }
22   ["instance of classWithToString"]=>
23   object(classWithToString) (0) {
24   }
25   ["string DQ"]=>
26   string(6) "string"
28 ===DONE===