Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dphp_spl.h61 int hash_mask_init; variable
H A Dphp_spl.c849 if (!SPL_G(hash_mask_init)) { in php_spl_object_hash()
852 SPL_G(hash_mask_init) = 1; in php_spl_object_hash()
1022 SPL_G(hash_mask_init) = 0; in PHP_RINIT_FUNCTION()
1037 if (SPL_G(hash_mask_init)) { in PHP_RSHUTDOWN_FUNCTION()
1038 SPL_G(hash_mask_init) = 0; in PHP_RSHUTDOWN_FUNCTION()

Completed in 22 milliseconds