Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Darray.c1845 PHPAPI HashTable* php_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_cou… in php_splice() argument
1855 if (!in_hash) { in php_splice()
1860 num_in = zend_hash_num_elements(in_hash); in php_splice()
1881 for (pos = 0, p = in_hash->pListHead; pos < offset && p ; pos++, p = p->pListNext) { in php_splice()

Completed in 15 milliseconds