Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.c2282 …p_value(HashTable *source, HashTable *target, zval *data, zval *dest, bool packed, bool with_holes) in zend_array_dup_value() argument
2284 if (with_holes) { in zend_array_dup_value()
2319 …hTable *target, uint32_t idx, Bucket *p, Bucket *q, bool packed, bool static_keys, bool with_holes) in zend_array_dup_element() argument
2321 if (!zend_array_dup_value(source, target, &p->val, &q->val, packed, with_holes)) { in zend_array_dup_element()
2357 …s_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target, bool with_holes) in zend_array_dup_packed_elements() argument
2364 if (!zend_array_dup_value(source, target, p, q, 1, with_holes)) { in zend_array_dup_packed_elements()
2365 if (with_holes) { in zend_array_dup_packed_elements()
2377 …_t zend_array_dup_elements(HashTable *source, HashTable *target, bool static_keys, bool with_holes) in zend_array_dup_elements() argument
2389 if (!zend_array_dup_element(source, target, idx, p, q, 0, static_keys, with_holes)) { in zend_array_dup_elements()
2395 if (zend_array_dup_element(source, target, target_idx, p, q, 0, static_keys, with_holes)) { in zend_array_dup_elements()
[all …]

Completed in 11 milliseconds