Searched refs:hash_handlers (Results 1 – 1 of 1) sorted by relevance
791 intptr_t hash_handle, hash_handlers; in php_spl_object_hash() local805 hash_handlers = SPL_G(hash_mask_handlers)^(intptr_t)Z_OBJ_HT_P(obj); in php_spl_object_hash()807 spprintf(&hex, 32, "%016lx%016lx", hash_handle, hash_handlers); in php_spl_object_hash()
Completed in 7 milliseconds