Searched refs:zend_weakrefs_hash_add (Results 1 – 3 of 3) sorted by relevance
31 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData);36 if ((zv = zend_weakrefs_hash_add(ht, key, &tmp))) { in zend_weakrefs_hash_add_ptr()
146 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add() function
249 if (zend_weakrefs_hash_add(&ZT_G(global_weakmap), obj, value)) { in ZEND_FUNCTION()
Completed in 13 milliseconds