remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / max_variation2.php.expectf
blob13555d01c0021f2f5cfb8bc73e8f8d5154d27bd7
1 *** Testing arrays  ***
2 int(2)
3 int(2)
4 float(2.11)
5 string(1) "t"
6 bool(true)
7 bool(true)
8 int(1)
9 bool(true)
10 array(2) {
11   [0]=>
12   int(2)
13   [1]=>
14   int(3)
16 int(2147483646)
17 %s(2147483648)
18 %s(2147483648)
19 int(-2147483646)
20 int(-2147483647)
21 int(-2147483647)
23 Done