Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_array.h32 PHPAPI zend_long php_count_recursive(HashTable *ht);
H A Darray.c615 PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */ in php_count_recursive() function
632 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()
664 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
/php-src/ext/spl/
H A Dspl_observer.c654 RETURN_LONG(php_count_recursive(&intern->storage)); in PHP_METHOD()

Completed in 27 milliseconds