Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dphp_spl.h67 int hash_mask_init; variable
H A Dphp_spl.c785 if (!SPL_G(hash_mask_init)) { in php_spl_object_hash()
792 SPL_G(hash_mask_init) = 1; in php_spl_object_hash()
952 SPL_G(hash_mask_init) = 0; in PHP_RINIT_FUNCTION()
967 if (SPL_G(hash_mask_init)) { in PHP_RSHUTDOWN_FUNCTION()
968 SPL_G(hash_mask_init) = 0; in PHP_RSHUTDOWN_FUNCTION()

Completed in 12 milliseconds