Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Drandom.c81 PHPAPI zend_class_entry *random_ce_Random_RandomException; variable
492 …zend_throw_exception(random_ce_Random_RandomException, "Failed to retrieve randomness from the ope…
505 …zend_throw_exception(random_ce_Random_RandomException, "Failed to retrieve randomness from the ope…
570 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom: %s", strer…
572 zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Cannot open /dev/urandom");
590 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom: %s"…
592 … zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Error reading from /dev/urandom");
611 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d…
613 …zend_throw_exception_ex(random_ce_Random_RandomException, 0, "Could not gather sufficient random d…
867 random_ce_Random_RandomException = register_class_Random_RandomException(zend_ce_exception);
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 Drandomizer.c104 zend_throw_exception(random_ce_Random_RandomException, "Generated value exceeds size of int", 0); in PHP_METHOD()
H A Dengine_mt19937.c277 zend_throw_exception(random_ce_Random_RandomException, "Failed to generate a random seed", 0); in PHP_METHOD()
H A Dphp_random.h267 extern PHPAPI zend_class_entry *random_ce_Random_RandomException;

Completed in 14 milliseconds