Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds