remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_count_values2.php.expectf
blob307ba1c0e7a5a1e733227f0434c31cf1e61d6fc0
2 Warning: Can only count STRING and INTEGER values! in %s/array_count_values2.php on line 15
4 Warning: Can only count STRING and INTEGER values! in %s/array_count_values2.php on line 15
6 Warning: Can only count STRING and INTEGER values! in %s/array_count_values2.php on line 15
7 array(8) {
8   [1]=>
9   int(2)
10   ["hello"]=>
11   int(2)
12   ["world"]=>
13   int(1)
14   [""]=>
15   int(1)
16   ["rabbit"]=>
17   int(1)
18   ["foo"]=>
19   int(1)
20   ["Foo"]=>
21   int(1)
22   [0]=>
23   int(1)