Home
last modified time | relevance | path

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

/php-src/ext/spl/tests/
H A Diterator_026.phpt2 SPL: CachingIterator::hasNext()
15 echo "hasNext: " . ($it->getInnerIterator()->hasNext() ? "yes" : "no") . "\n";
21 hasNext: yes
23 hasNext: yes
27 hasNext: yes
29 hasNext: yes
33 hasNext: no
35 hasNext: no
/php-src/ext/phar/phar/
H A Ddirectorytreeiterator.inc40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';
42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
/php-src/ext/spl/
H A Dspl_iterators.stub.php237 public function hasNext(): bool {} function in CachingIterator
H A Dspl_iterators_arginfo.h365 ZEND_METHOD(CachingIterator, hasNext);
522 ZEND_ME(CachingIterator, hasNext, arginfo_class_CachingIterator_hasNext, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c2444 PHP_METHOD(CachingIterator, hasNext) in PHP_METHOD() argument

Completed in 31 milliseconds