Home
last modified time | relevance | path

Searched refs:getIterator (Results 51 – 75 of 98) sorted by relevance

1234

/php-src/ext/spl/tests/
H A Diterator_071.phpt9 $recArrIt = new RecursiveArrayIterator($arrOb->getIterator());
H A DarrayObject_getIteratorClass_basic1.phpt47 var_dump($ao->getIterator());
55 var_dump($ao->getIterator());
H A Drecursive_tree_iterator_007.phpt15 function getIterator(): Traversable {
H A DrecursiveIteratorIterator_beginchildren_error.phpt9 $recArrIt = new RecursiveArrayIterator($arrOb->getIterator());
H A DrecursiveIteratorIterator_callHasChildren_error.phpt9 $recArrIt = new RecursiveArrayIterator($arrOb->getIterator());
H A DrecursiveIteratorIterator_nextelement_error.phpt9 $recArrIt = new RecursiveArrayIterator($arrOb->getIterator());
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
/php-src/Zend/tests/generators/
H A Dgenerator_method_by_ref.phpt17 public function &getIterator(): Traversable {
/php-src/ext/dom/tests/
H A Dgh11289.phpt20 $divs = iterator_to_array($dom->getElementsByTagName('div')->getIterator());
H A Dentity_reference_stale_02.phpt22 $iter = $nodes->getIterator();
H A Dgh11290.phpt19 $spans = iterator_to_array($dom->getElementsByTagName('span')->getIterator());
H A Dbug79852.phpt21 echo "Count: ".iterator_count($items->getIterator())."\n";
/php-src/ext/spl/
H A Dspl_fixedarray_arginfo.h70 ZEND_METHOD(SplFixedArray, getIterator);
87 ZEND_ME(SplFixedArray, getIterator, arginfo_class_SplFixedArray_getIterator, ZEND_ACC_PUBLIC)
/php-src/ext/zend_test/tests/iterators/
H A Ddouble-rewind.phpt9 $it = $subject->getIterator();
/php-src/ext/pdo/tests/
H A Dpdo_014.phpt58 function getIterator(): Iterator
98 PDOStatementAggregate::getIterator
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_114.phpt10 function getIterator(): Traversable {
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php67 public function getIterator(): Iterator {} function in PDOStatement
H A Dpdo_stmt_arginfo.h109 ZEND_METHOD(PDOStatement, getIterator);
131 ZEND_ME(PDOStatement, getIterator, arginfo_class_PDOStatement_getIterator, ZEND_ACC_PUBLIC)
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php112 public function getIterator(): Iterator {} function in IntlBreakIterator
/php-src/ext/zend_test/
H A Diterators.c113 ZEND_METHOD(ZendTest_Iterators_TraversableTest, getIterator) { in ZEND_METHOD() argument
/php-src/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt20 public function getIterator(): Traversable {}

Completed in 24 milliseconds

1234