Home
last modified time | relevance | path

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

/PHP-8.3/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
/PHP-8.3/ext/zend_test/
H A Dtest.c358 RETURN_BOOL(zend_weakrefs_hash_del(&ZT_G(global_weakmap), obj) == SUCCESS); in ZEND_FUNCTION()
1283 zend_weakrefs_hash_del(&ZT_G(global_weakmap), zend_weakref_key_to_object(obj_key)); in PHP_RSHUTDOWN_FUNCTION()

Completed in 11 milliseconds