remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / uksort_error.php.expectf
blob6286c4bdbd49e5d2bf8da26b97f46831c754ddb7
1 *** Testing uksort() : error conditions ***
3 -- Testing uksort() function with more than expected no. of arguments --
5 Warning: uksort() expects exactly 2 parameters, 3 given in %s/uksort_error.php on line 14
7 -- Testing uksort() function with less than expected no. of arguments --
9 Warning: uksort() expects exactly 2 parameters, 1 given in %s/uksort_error.php on line 18
11 -- Testing uksort() function with zero arguments --
13 Warning: uksort() expects exactly 2 parameters, 0 given in %s/uksort_error.php on line 21
14 ===DONE===