Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_array.h110 PHPAPI zend_long php_count_recursive(HashTable *ht);
H A Darray.c733 PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */ in php_count_recursive() function
750 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()
785 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_observer.c572 ret = php_count_recursive(&intern->storage); in SPL_METHOD()

Completed in 22 milliseconds