Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_weakrefs.h32 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key);
H A Dzend_weakrefs.c154 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del() function
/PHP-8.0/ext/zend_test/
H A Dtest.c260 RETURN_BOOL(zend_weakrefs_hash_del(&ZT_G(global_weakmap), obj) == SUCCESS); in ZEND_FUNCTION()
697 zend_weakrefs_hash_del(&ZT_G(global_weakmap), (zend_object *)(uintptr_t)objptr); in PHP_RSHUTDOWN_FUNCTION()

Completed in 15 milliseconds