Home
last modified time | relevance | path

Searched refs:getrandmax (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/standard/tests/math/
H A Dgetrandmax_error.phpt2 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
H A Dgetrandmax_basic.phpt2 Test getrandmax() - basic function test getrandmax()
5 $biggest_int = getrandmax();
H A Drand_basic.phpt5 $default_max = getrandmax();
/PHP-5.5/ext/standard/tests/general_functions/
H A Drand.phpt24 var_dump(getrandmax());
25 var_dump(getrandmax(1));
57 Warning: getrandmax() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/date/tests/
H A Dformat-negative-timestamp.phpt8 $max = getrandmax();
/PHP-5.5/ext/standard/
H A Dphp_math.h50 PHP_FUNCTION(getrandmax);
H A Drand.c349 PHP_FUNCTION(getrandmax) in PHP_FUNCTION() argument
H A Dbasic_functions.c2862 PHP_FE(getrandmax, arginfo_getrandmax)

Completed in 27 milliseconds