Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_observer.c120 static char *spl_object_storage_get_hash(spl_SplObjectStorage *intern, zval *this, zval *obj, int … in spl_object_storage_get_hash() function
208 char *hash = spl_object_storage_get_hash(intern, this, obj, &hash_len TSRMLS_CC); in spl_object_storage_attach()
236 char *hash = spl_object_storage_get_hash(intern, this, obj, &hash_len TSRMLS_CC); in spl_object_storage_detach()
432 char *hash = spl_object_storage_get_hash(intern, this, obj, &hash_len TSRMLS_CC); in spl_object_storage_contains()
504 hash = spl_object_storage_get_hash(intern, getThis(), obj, &hash_len TSRMLS_CC); in SPL_METHOD()
877 hash = spl_object_storage_get_hash(intern, getThis(), pentry, &hash_len TSRMLS_CC); in SPL_METHOD()

Completed in 9 milliseconds