Searched refs:in_hash (Results 1 – 1 of 1) sorted by relevance
1845 PHPAPI HashTable* php_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_cou… in php_splice() argument1855 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 25 milliseconds