Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Drandom.c85 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes() argument
90 if (should_throw) { in php_random_bytes()
148 if (should_throw) { in php_random_bytes()
162 if (should_throw) { in php_random_bytes()
178 if (should_throw) { in php_random_bytes()
220 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int() argument
232 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
252 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 7 milliseconds