Searched refs:should_throw (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | random.c | 84 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes() argument 89 if (should_throw) { in php_random_bytes() 143 if (should_throw) { in php_random_bytes() 157 if (should_throw) { in php_random_bytes() 173 if (should_throw) { in php_random_bytes() 215 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int() argument 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()
|
H A D | php_random.h | 42 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 9 milliseconds