Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dphp_spl.h59 int hash_mask_init; variable
H A Dphp_spl.c660 if (!SPL_G(hash_mask_init)) { in php_spl_object_hash()
663 SPL_G(hash_mask_init) = 1; in php_spl_object_hash()
737 SPL_G(hash_mask_init) = 0; in PHP_RINIT_FUNCTION()
752 if (SPL_G(hash_mask_init)) { in PHP_RSHUTDOWN_FUNCTION()
753 SPL_G(hash_mask_init) = 0; in PHP_RSHUTDOWN_FUNCTION()

Completed in 7 milliseconds