Searched refs:random_int (Results 1 – 7 of 7) sorted by relevance
2 Test normal operation of random_int()7 var_dump(is_int(random_int(10, 100)));9 $x = random_int(10, 100);12 var_dump(random_int(-1000, -1) < 0);14 var_dump(random_int(42,42));
2 Test error operation of random_int()8 $randomInt = random_int();14 $randomInt = random_int(42);20 $randomInt = random_int(42,0);27 random_int() expects exactly 2 parameters, 0 given28 random_int() expects exactly 2 parameters, 1 given
2 Bug #74708 Wrong reflection on random_bytes and random_int9 $rf = new ReflectionFunction('random_int');
25 PHP_FUNCTION(random_int);
260 PHP_FUNCTION(random_int) in PHP_FUNCTION() argument
2865 PHP_FE(random_int, arginfo_random_int)
1243 random_int). (Tyson Andre, Remi)
Completed in 25 milliseconds