Searched refs:php_spl_object_hash (Results 1 – 3 of 3) sorted by relevance
73 PHPAPI zend_string *php_spl_object_hash(zval *obj);
805 RETURN_NEW_STR(php_spl_object_hash(obj)); in PHP_FUNCTION()823 PHPAPI zend_string *php_spl_object_hash(zval *obj) /* {{{*/ in php_spl_object_hash() function
305 md5str = php_spl_object_hash(&element->obj); in spl_object_storage_debug_info()439 RETURN_NEW_STR(php_spl_object_hash(obj)); in SPL_METHOD()
Completed in 10 milliseconds