Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_array.h30 PHPAPI zend_long php_count_recursive(HashTable *ht);
H A Darray.c669 PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */ in php_count_recursive() function
686 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()
718 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
/PHP-8.1/ext/spl/
H A Dspl_observer.c513 RETURN_LONG(php_count_recursive(&intern->storage)); in PHP_METHOD()

Completed in 38 milliseconds