Home
last modified time | relevance | path

Searched refs:_zend_hash_append_ptr_ex (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c500 _zend_hash_append_ptr_ex(target, p->key, Z_PTR(p->val), 1); in zend_accel_function_hash_copy_from_shm()
590 t = _zend_hash_append_ptr_ex(target, p->key, Z_PTR(p->val), 1); in zend_accel_class_hash_copy_from_shm()
H A DZendAccelerator.c4332 _zend_hash_append_ptr_ex(CG(function_table), p->key, Z_PTR(p->val), 1);
/PHP-8.0/Zend/
H A Dzend_hash.h1217 static zend_always_inline zval *_zend_hash_append_ptr_ex(HashTable *ht, zend_string *key, void *ptr… in _zend_hash_append_ptr_ex() function
1240 return _zend_hash_append_ptr_ex(ht, key, ptr, 0); in _zend_hash_append_ptr()
/PHP-8.0/
H A DUPGRADING.INTERNALS212 - _zend_hash_append_ptr_ex()

Completed in 36 milliseconds