Home
last modified time | relevance | path

Searched refs:random_ce_Random_RandomException (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/random/
H A Dcsprng.c69 …zend_throw_exception(random_ce_Random_RandomException, "Failed to retrieve randomness from the ope… in php_random_bytes()
82 …zend_throw_exception(random_ce_Random_RandomException, "Failed to retrieve randomness from the ope… in php_random_bytes()
158 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom: %s", strer… in php_random_bytes()
160 zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom"); in php_random_bytes()
178 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom: %s"… in php_random_bytes()
180 … zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom"); in php_random_bytes()
196 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
198 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
H A Dengine_pcgoneseq128xslrr64.c156 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Dengine_xoshiro256starstar.c215 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Drandom.c68 PHPAPI zend_class_entry *random_ce_Random_RandomException; variable
666 random_ce_Random_RandomException = register_class_Random_RandomException(zend_ce_exception);
H A Dengine_mt19937.c278 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Dphp_random.h284 extern PHPAPI zend_class_entry *random_ce_Random_RandomException;
H A Drandomizer.c220 zend_throw_exception(random_ce_Random_RandomException, "Generated value exceeds size of int", 0); in PHP_METHOD()

Completed in 16 milliseconds