Searched refs:spl_object_storage_get_hash (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/spl/ |
H A D | spl_observer.c | 113 static char *spl_object_storage_get_hash(spl_SplObjectStorage *intern, zval *this, zval *obj, int … in spl_object_storage_get_hash() function 201 char *hash = spl_object_storage_get_hash(intern, this, obj, &hash_len TSRMLS_CC); in spl_object_storage_attach() 229 char *hash = spl_object_storage_get_hash(intern, this, obj, &hash_len TSRMLS_CC); in spl_object_storage_detach() 442 char *hash = spl_object_storage_get_hash(intern, this, obj, &hash_len TSRMLS_CC); in spl_object_storage_contains() 514 hash = spl_object_storage_get_hash(intern, getThis(), obj, &hash_len TSRMLS_CC); in SPL_METHOD() 871 hash = spl_object_storage_get_hash(intern, getThis(), pentry, &hash_len TSRMLS_CC); in SPL_METHOD()
|
Completed in 8 milliseconds