remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_rand_error.php.expectf
blob6e35404f91867828bcd2b6bf67bcca04a10c0a39
1 *** Testing array_rand() : error conditions ***
3 -- Testing array_rand() function with Zero arguments --
5 Warning: array_rand() expects at least 1 parameter, 0 given in %s/array_rand_error.php on line 11
7 -- Testing array_rand() function with more than expected no. of arguments --
9 Warning: array_rand() expects at most 2 parameters, 3 given in %s/array_rand_error.php on line 18
10 Done