Home
last modified time | relevance | path

Searched refs:_zend_hash_append_ptr (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c110 _zend_hash_append_ptr(dst, p->key, function); in zend_accel_move_user_functions()
141 _zend_hash_append_ptr(dst, p->key, ce); in zend_accel_move_user_classes()
H A DZendAccelerator.c3570 _zend_hash_append_ptr(dst, p->key, function);
/PHP-8.3/Zend/
H A Dzend_inheritance.c1234 _zend_hash_append_ptr(&ce->function_table, key, parent); in do_inherit_method()
1334 _zend_hash_append_ptr(&ce->properties_info, key, parent_info); in do_inherit_property()
1435 _zend_hash_append_ptr(&ce->constants_table, name, parent_const); in do_inherit_class_constant()
H A Dzend_hash.h1660 static zend_always_inline zval *_zend_hash_append_ptr(HashTable *ht, zend_string *key, void *ptr) in _zend_hash_append_ptr() function
H A Dzend_API.c1400 _zend_hash_append_ptr(constants_table, key, c); in zend_separate_class_constants_table()

Completed in 77 milliseconds