Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_weakrefs.h33 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData);
38 if ((zv = zend_weakrefs_hash_add(ht, key, &tmp))) { in zend_weakrefs_hash_add_ptr()
H A Dzend_weakrefs.c169 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add() function
/PHP-8.3/ext/zend_test/
H A Dtest.c343 if (zend_weakrefs_hash_add(&ZT_G(global_weakmap), obj, value)) { in ZEND_FUNCTION()

Completed in 17 milliseconds