Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_API.c1338 _zend_hash_append_ptr(constants_table, key, c); in zend_separate_class_constants_table()
H A Dzend_hash.h1308 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_inheritance.c1181 _zend_hash_append_ptr(&ce->function_table, key, parent); in do_inherit_method()
1281 _zend_hash_append_ptr(&ce->properties_info, key, parent_info); in do_inherit_property()
1365 _zend_hash_append_ptr(&ce->constants_table, name, parent_const); in do_inherit_class_constant()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c3585 _zend_hash_append_ptr(dst, p->key, function);
H A Dzend_accelerator_util_funcs.c91 _zend_hash_append_ptr(dst, p->key, function); in zend_accel_move_user_functions()
122 _zend_hash_append_ptr(dst, p->key, ce); in zend_accel_move_user_classes()

Completed in 41 milliseconds