Searched refs:php_count_recursive (Results 1 – 3 of 3) sorted by relevance
110 PHPAPI zend_long php_count_recursive(HashTable *ht);
745 PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */ in php_count_recursive() function762 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()797 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
574 ret = php_count_recursive(&intern->storage); in SPL_METHOD()
Completed in 22 milliseconds