Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds