Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_variables.c129 HashTable *original_ht = zvalue->value.ht; in _zval_copy_ctor_func() local
137 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
139 …zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)… in _zval_copy_ctor_func()
140 tmp_ht->nNextFreeElement = original_ht->nNextFreeElement; in _zval_copy_ctor_func()

Completed in 5 milliseconds