Home
last modified time | relevance | path

Searched refs:mt_rand_is_seeded (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/standard/
H A Drand.c202 BG(mt_rand_is_seeded) = 1; in php_mt_srand()
326 if (!BG(mt_rand_is_seeded)) { in PHP_FUNCTION()
H A Dbasic_functions.h200 zend_bool mt_rand_is_seeded; /* Whether mt_rand() has been seeded */ member
H A Dbasic_functions.c3471 BG(mt_rand_is_seeded) = 0; in basic_globals_ctor()
/PHP-5.5/ext/spl/
H A Dphp_spl.c791 if (!BG(mt_rand_is_seeded)) { in php_spl_object_hash()

Completed in 30 milliseconds