remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / natcasesort_variation5.php.expectf
blobf07a99b822aa8fa47f24a66720134109205d85b4
1 *** Testing natcasesort() : usage variation ***
2 bool(true)
3 array(11) {
4   [8]=>
5   int(-255)
6   [10]=>
7   int(-682)
8   [9]=>
9   int(0)
10   [2]=>
11   int(15)
12   [5]=>
13   int(187)
14   [3]=>
15   int(255)
16   [7]=>
17   int(255)
18   [0]=>
19   int(427)
20   [6]=>
21   int(427)
22   [4]=>
23   int(682)
24   [1]=>
25   int(4095)
27 Done