Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_weakrefs.h34 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key);
H A Dzend_weakrefs.c177 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del() function
189 zend_weakrefs_hash_del(ht, zend_weakref_key_to_object(obj_key)); in zend_weakrefs_hash_clean()
/php-src/ext/zend_test/
H A Dtest.c361 RETURN_BOOL(zend_weakrefs_hash_del(&ZT_G(global_weakmap), obj) == SUCCESS); in ZEND_FUNCTION()

Completed in 19 milliseconds