with_holes 1684 Zend/zend_hash.c static zend_always_inline int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Bucket *q, int packed, int static_keys, int with_holes) with_holes 1688 Zend/zend_hash.c if (with_holes) { with_holes 1738 Zend/zend_hash.c static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target, int with_holes) with_holes 1745 Zend/zend_hash.c if (!zend_array_dup_element(source, target, 0, p, q, 1, 1, with_holes)) { with_holes 1746 Zend/zend_hash.c if (with_holes) { with_holes 1754 Zend/zend_hash.c static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, int static_keys, int with_holes) with_holes 1762 Zend/zend_hash.c if (!zend_array_dup_element(source, target, idx, p, q, 0, static_keys, with_holes)) { with_holes 1767 Zend/zend_hash.c if (zend_array_dup_element(source, target, target_idx, p, q, 0, static_keys, with_holes)) {