Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_hash.c2288 …p_value(HashTable *source, HashTable *target, zval *data, zval *dest, bool packed, bool with_holes) in zend_array_dup_value() argument
2290 if (with_holes) { in zend_array_dup_value()
2325 …hTable *target, uint32_t idx, Bucket *p, Bucket *q, bool packed, bool static_keys, bool with_holes) in zend_array_dup_element() argument
2327 if (!zend_array_dup_value(source, target, &p->val, &q->val, packed, with_holes)) { in zend_array_dup_element()
2363 …s_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target, bool with_holes) in zend_array_dup_packed_elements() argument
2370 if (!zend_array_dup_value(source, target, p, q, 1, with_holes)) { in zend_array_dup_packed_elements()
2371 if (with_holes) { in zend_array_dup_packed_elements()
2383 …_t zend_array_dup_elements(HashTable *source, HashTable *target, bool static_keys, bool with_holes) in zend_array_dup_elements() argument
2395 if (!zend_array_dup_element(source, target, idx, p, q, 0, static_keys, with_holes)) { in zend_array_dup_elements()
2401 if (zend_array_dup_element(source, target, target_idx, p, q, 0, static_keys, with_holes)) { in zend_array_dup_elements()
[all …]

Completed in 12 milliseconds