Searched refs:random_int (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/ext/standard/tests/random/ |
H A D | random_int.phpt | 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));
|
H A D | random_int_error.phpt | 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 given 28 random_int() expects exactly 2 parameters, 1 given
|
H A D | reflection.phpt | 2 Bug #74708 Wrong reflection on random_bytes and random_int 9 $rf = new ReflectionFunction('random_int');
|
/PHP-7.2/ext/sodium/tests/ |
H A D | crypto_aead.phpt | 12 $msg = random_bytes(random_int(1, 1000)); 15 $ad = random_bytes(random_int(1, 1000)); 35 $msg = random_bytes(random_int(1, 1000)); 38 $ad = random_bytes(random_int(1, 1000)); 64 $msg = random_bytes(random_int(1, 1000)); 67 $ad = random_bytes(random_int(1, 1000)); 91 $msg = random_bytes(random_int(1, 1000)); 93 $ad = random_bytes(random_int(1, 1000));
|
H A D | crypto_secretstream.phpt | 12 $msg1 = random_bytes(random_int(1, 1000)); 13 $msg2 = random_bytes(random_int(1, 1000)); 15 $ad = random_bytes(random_int(1, 1000));
|
H A D | crypto_hex.phpt | 7 $bin = random_bytes(random_int(1, 1000));
|
/PHP-7.2/ext/standard/ |
H A D | php_random.h | 25 PHP_FUNCTION(random_int);
|
H A D | random.c | 260 PHP_FUNCTION(random_int) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 2882 PHP_FE(random_int, arginfo_random_int)
|
/PHP-7.2/ |
H A D | NEWS | 2248 random_int). (Tyson Andre, Remi)
|
Completed in 29 milliseconds