Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dphp_spl.h72 int hash_mask_init; variable
H A Dphp_spl.c790 if (!SPL_G(hash_mask_init)) { in php_spl_object_hash()
797 SPL_G(hash_mask_init) = 1; in php_spl_object_hash()
963 SPL_G(hash_mask_init) = 0; in PHP_RINIT_FUNCTION()
979 if (SPL_G(hash_mask_init)) { in PHP_RSHUTDOWN_FUNCTION()
980 SPL_G(hash_mask_init) = 0; in PHP_RSHUTDOWN_FUNCTION()

Completed in 8 milliseconds