Arquivos
hhvm/hphp/test/slow/array_functions/usort.php.expect
T
Mark Williams 88ec1476e2 Fix user defined sorting
copy paste error crept in a few weeks ago, breaking the
case of a user-defined function that returns boolean.
2013-05-20 13:52:24 -07:00

7 linhas
47 B
Plaintext

array(2) {
[0]=>
int(2)
[1]=>
int(1)
}