Searched refs:with_holes (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_hash.c | 2225 …p_value(HashTable *source, HashTable *target, zval *data, zval *dest, bool packed, bool with_holes) in zend_array_dup_value() argument 2227 if (with_holes) { in zend_array_dup_value() 2262 …hTable *target, uint32_t idx, Bucket *p, Bucket *q, bool packed, bool static_keys, bool with_holes) in zend_array_dup_element() argument 2264 if (!zend_array_dup_value(source, target, &p->val, &q->val, packed, with_holes)) { in zend_array_dup_element() 2284 …s_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target, bool with_holes) in zend_array_dup_packed_elements() argument 2291 if (!zend_array_dup_value(source, target, p, q, 1, with_holes)) { in zend_array_dup_packed_elements() 2292 if (with_holes) { in zend_array_dup_packed_elements() 2300 …_t zend_array_dup_elements(HashTable *source, HashTable *target, bool static_keys, bool with_holes) in zend_array_dup_elements() argument 2308 if (!zend_array_dup_element(source, target, idx, p, q, 0, static_keys, with_holes)) { in zend_array_dup_elements() 2313 if (zend_array_dup_element(source, target, target_idx, p, q, 0, static_keys, with_holes)) { in zend_array_dup_elements()
|
Completed in 13 milliseconds