Home
last modified time | relevance | path

Searched refs:php_random_bytes (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/standard/
H A Dphp_random.h34 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1)
35 #define php_random_bytes_silent(b, s) php_random_bytes((b), (s), 0)
42 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw);
H A Drandom.c84 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes() function
227 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
247 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
/PHP-7.0/
H A DNEWS2182 . Fixed bug #70999 (php_random_bytes: called object is not a function).

Completed in 12 milliseconds