Home
last modified time | relevance | path

Searched refs:getIterator (Results 76 – 100 of 114) sorted by relevance

12345

/PHP-8.2/ext/spl/tests/
H A DrecursiveIteratorIterator_endchildren_error.phpt9 $recArrIt = new RecursiveArrayIterator($arrOb->getIterator());
H A Dbug65328.phpt35 $iterator = $this->getIterator();
56 foreach($this->getIterator() as $node) {
68 public function getIterator(): Traversable
H A Darray_015.phpt16 $it = $ar->getIterator();
H A Dbug45614.phpt23 $ai = $ao->getIterator();
H A Diterator_031.phpt92 AppendIterator::getIterator() must be called exactly once per instance
H A Dbug74669.phpt14 $this->iterator = $this->container->getIterator();
H A Drecursive_tree_iterator_006.phpt30 function getIterator(): Traversable {
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_114.phpt10 function getIterator(): Traversable {
/PHP-8.2/Zend/tests/
H A Dgh15108-006.phpt8 public function getIterator(): \Generator
H A Dgh15108-007.phpt8 public function getIterator(): \Generator
H A Dgh15330-003.phpt8 public function getIterator(): \Generator
/PHP-8.2/ext/dom/tests/
H A Dbug79852.phpt21 echo "Count: ".iterator_count($items->getIterator())."\n";
H A Dgh11625.phpt18 $divs = iterator_to_array($dom->getElementsByTagName('div')->getIterator());
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php67 public function getIterator(): Iterator {} function in PDOStatement
H A Dpdo_stmt_arginfo.h110 ZEND_METHOD(PDOStatement, getIterator);
133 ZEND_ME(PDOStatement, getIterator, arginfo_class_PDOStatement_getIterator, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator.stub.php169 public function getIterator(): Iterator {} function in IntlBreakIterator
H A Dbreakiterator_arginfo.h107 ZEND_METHOD(IntlBreakIterator, getIterator);
138 …ZEND_ME(IntlBreakIterator, getIterator, arginfo_class_IntlBreakIterator_getIterator, ZEND_ACC_PUBL…
/PHP-8.2/ext/zend_test/
H A Diterators.c113 ZEND_METHOD(ZendTest_Iterators_TraversableTest, getIterator) { in ZEND_METHOD() argument
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt20 public function getIterator(): Traversable {}
/PHP-8.2/ext/spl/
H A Dspl_array.stub.php78 public function getIterator(): Iterator {} function in ArrayObject
H A Dspl_array_arginfo.h176 ZEND_METHOD(ArrayObject, getIterator);
213 ZEND_ME(ArrayObject, getIterator, arginfo_class_ArrayObject_getIterator, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/dom/
H A Dnodelist.c186 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() argument
H A Dnamednodemap.c265 PHP_METHOD(DOMNamedNodeMap, getIterator) in PHP_METHOD() argument
H A Dphp_dom.stub.php476 public function getIterator(): Iterator {} function in DOMNodeList
854 public function getIterator(): Iterator {} function in DOMNamedNodeMap
/PHP-8.2/Zend/
H A Dzend_interfaces_arginfo.h80 …ZEND_ABSTRACT_ME_WITH_FLAGS(IteratorAggregate, getIterator, arginfo_class_IteratorAggregate_getIte…

Completed in 60 milliseconds

12345