Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_variables.c132 HashTable *tmp_ht = NULL; in _zval_copy_ctor_func() local
138 ALLOC_HASHTABLE_REL(tmp_ht); in _zval_copy_ctor_func()
139 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
140 zvalue->value.ht = tmp_ht; in _zval_copy_ctor_func()
141 …zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)… in _zval_copy_ctor_func()
142 tmp_ht->nNextFreeElement = original_ht->nNextFreeElement; in _zval_copy_ctor_func()
/PHP-5.6/ext/json/
H A Djson.c276 HashTable *tmp_ht; in json_encode_array() local
285 tmp_ht = HASH_OF(*data); in json_encode_array()
286 if (tmp_ht) { in json_encode_array()
287 tmp_ht->nApplyCount++; in json_encode_array()
304 if (tmp_ht) { in json_encode_array()
305 tmp_ht->nApplyCount--; in json_encode_array()
346 if (tmp_ht) { in json_encode_array()
347 tmp_ht->nApplyCount--; in json_encode_array()

Completed in 9 milliseconds