Searched refs:getrandmax (Results 1 – 8 of 8) sorted by relevance
2 Test getrandmax() - wrong params test getrandmax()5 var_dump($biggest_int = getrandmax(true));8 Warning: getrandmax() expects exactly 0 parameters, 1 given in %s on line 2
2 Test getrandmax() - basic function test getrandmax()5 $biggest_int = getrandmax();
5 $default_max = getrandmax();
24 var_dump(getrandmax());25 var_dump(getrandmax(1));57 Warning: getrandmax() expects exactly 0 parameters, 1 given in %s on line %d
8 $max = getrandmax();
50 PHP_FUNCTION(getrandmax);
349 PHP_FUNCTION(getrandmax) in PHP_FUNCTION() argument
2848 PHP_FE(getrandmax, arginfo_getrandmax)
Completed in 20 milliseconds