Searched refs:zend_weakrefs_hash_add (Results 1 – 3 of 3) sorted by relevance
33 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()
169 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add() function
343 if (zend_weakrefs_hash_add(&ZT_G(global_weakmap), obj, value)) { in ZEND_FUNCTION()
Completed in 12 milliseconds