Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Drandom.c89 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes() argument
94 if (should_throw) { in php_random_bytes()
156 if (should_throw) { in php_random_bytes()
170 if (should_throw) { in php_random_bytes()
186 if (should_throw) { in php_random_bytes()
228 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int() argument
240 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
260 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
H A Dphp_random.h42 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw);
43 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw);

Completed in 5 milliseconds