Searched refs:hasNext (Results 1 – 5 of 5) sorted by relevance
2 SPL: CachingIterator::hasNext()15 echo "hasNext: " . ($it->getInnerIterator()->hasNext() ? "yes" : "no") . "\n";21 hasNext: yes23 hasNext: yes27 hasNext: yes29 hasNext: yes33 hasNext: no35 hasNext: no
40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
237 public function hasNext(): bool {} function in CachingIterator
365 ZEND_METHOD(CachingIterator, hasNext);522 ZEND_ME(CachingIterator, hasNext, arginfo_class_CachingIterator_hasNext, ZEND_ACC_PUBLIC)
2372 PHP_METHOD(CachingIterator, hasNext) in PHP_METHOD() argument
Completed in 27 milliseconds