Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Dcsprng.c70 …zend_throw_exception(random_ce_Random_RandomException, "Failed to retrieve randomness from the ope… in php_random_bytes()
83 …zend_throw_exception(random_ce_Random_RandomException, "Failed to retrieve randomness from the ope… in php_random_bytes()
159 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom: %s", strer… in php_random_bytes()
161 zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom"); in php_random_bytes()
179 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom: %s"… in php_random_bytes()
181 … zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom"); in php_random_bytes()
197 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
199 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d… in php_random_bytes()
H A Dengine_pcgoneseq128xslrr64.c157 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Dengine_xoshiro256starstar.c220 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Dphp_random.h134 extern PHPAPI zend_class_entry *random_ce_Random_RandomException;
H A Drandom.c71 PHPAPI zend_class_entry *random_ce_Random_RandomException; variable
731 random_ce_Random_RandomException = register_class_Random_RandomException(zend_ce_exception);
H A Dengine_mt19937.c282 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Drandomizer.c222 zend_throw_exception(random_ce_Random_RandomException, "Generated value exceeds size of int", 0); in PHP_METHOD()

Completed in 20 milliseconds