Home
last modified time | relevance | path

Searched refs:php_random_globals (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_random.h32 } php_random_globals; typedef
46 # define RANDOM_G(v) ZEND_TSRMG(random_globals_id, php_random_globals *, v)
50 extern PHPAPI php_random_globals random_globals;
H A Drandom.c48 php_random_globals random_globals;
51 static void random_globals_ctor(php_random_globals *random_globals_p) in random_globals_ctor()
56 static void random_globals_dtor(php_random_globals *random_globals_p) in random_globals_dtor()
68 …ts_allocate_id(&random_globals_id, sizeof(php_random_globals), (ts_allocate_ctor)random_globals_ct… in PHP_MINIT_FUNCTION()

Completed in 6 milliseconds