Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1810 …p_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_count, HashTable **rem… in php_splice() argument
1843 zend_hash_init(out_hash, (length > 0 ? num_in - length : 0) + list_count, NULL, ZVAL_PTR_DTOR, 0); in php_splice()
1877 for (i = 0; i < list_count; i++) { in php_splice()

Completed in 13 milliseconds