Searched refs:_zend_hash_append (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_objects.c | 262 _zend_hash_append(new_object->properties, key, &new_prop); in zend_objects_clone_members()
|
H A D | zend_object_handlers.c | 120 _zend_hash_append(ht, prop_info->name, prop); in zend_std_build_object_properties_array()
|
H A D | zend_hash.h | 1634 static zend_always_inline zval *_zend_hash_append(HashTable *ht, zend_string *key, zval *zv) in _zend_hash_append() function
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 4226 _zend_hash_append(dest, string_key, src_entry); 6510 _zend_hash_append(Z_ARRVAL_P(return_value), str_key, &result);
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 3608 _zend_hash_append(dst, p->key, &p->val);
|
Completed in 41 milliseconds