Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
H A Diterator_026.phpt2 SPL: CachingIterator::hasNext()
15 echo "hasNext: " . ($it->getInnerIterator()->hasNext() ? "yes" : "no") . "\n";
23 hasNext: yes
25 hasNext: yes
29 hasNext: yes
31 hasNext: yes
35 hasNext: no
37 hasNext: no
/PHP-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';
42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
/PHP-7.4/ext/spl/
H A Dspl_iterators.c2743 SPL_METHOD(CachingIterator, hasNext) in SPL_METHOD() argument
2996 SPL_ME(CachingIterator, hasNext, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)

Completed in 16 milliseconds