Home
last modified time | relevance | path

Searched refs:random_bytes (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/standard/tests/random/
H A Drandom_bytes.phpt2 Test normal operation of random_bytes()
7 var_dump(strlen(bin2hex(random_bytes(16))));
9 var_dump(is_string(random_bytes(10)));
11 var_dump(is_string(random_bytes(257)));
H A Drandom_bytes_error.phpt2 Test error operation of random_bytes()
8 $bytes = random_bytes();
14 $bytes = random_bytes(0);
21 random_bytes() expects exactly 1 parameter, 0 given
H A Dreflection.phpt2 Bug #74708 Wrong reflection on random_bytes and random_int
5 $rf = new ReflectionFunction('random_bytes');
/PHP-7.0/ext/openssl/tests/
H A Dbug74402.phpt2 Bug #74402 (segfault on random_bytes, bin3hex, openssl_seal)
/PHP-7.0/ext/standard/
H A Dphp_random.h24 PHP_FUNCTION(random_bytes);
H A Drandom.c187 PHP_FUNCTION(random_bytes) in PHP_FUNCTION() argument
H A Dbasic_functions.c2849 PHP_FE(random_bytes, arginfo_random_bytes)
/PHP-7.0/ext/pdo_firebird/tests/
H A Dbug_73087.phpt15 'content' => base64_encode(random_bytes(10))
/PHP-7.0/
H A DNEWS409 . Fixed bug #74708 (Invalid Reflection signatures for random_bytes and

Completed in 26 milliseconds