Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1812 HashTable *out_hash = NULL; /* Output hashtable */ in php_splice() local
1842 ALLOC_HASHTABLE(out_hash); in php_splice()
1843 zend_hash_init(out_hash, (length > 0 ? num_in - length : 0) + list_count, NULL, ZVAL_PTR_DTOR, 0); in php_splice()
1853 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); in php_splice()
1855 zend_hash_quick_update(out_hash, p->arKey, p->nKeyLength, p->h, &entry, sizeof(zval *), NULL); in php_splice()
1880 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); in php_splice()
1889 zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); in php_splice()
1891 zend_hash_quick_update(out_hash, p->arKey, p->nKeyLength, p->h, &entry, sizeof(zval *), NULL); in php_splice()
1895 zend_hash_internal_pointer_reset(out_hash); in php_splice()
1896 return out_hash; in php_splice()

Completed in 14 milliseconds