Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Drand.c203 BG(mt_rand_is_seeded) = 1; in php_mt_srand()
327 if (!BG(mt_rand_is_seeded)) { in PHP_FUNCTION()
H A Dbasic_functions.h203 zend_bool mt_rand_is_seeded; /* Whether mt_rand() has been seeded */ member
H A Dbasic_functions.c3472 BG(mt_rand_is_seeded) = 0; in basic_globals_ctor()
/PHP-5.3/ext/spl/
H A Dphp_spl.c744 if (!BG(mt_rand_is_seeded)) { in php_spl_object_hash()

Completed in 43 milliseconds