Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 76 – 100 of 176) sorted by relevance

12345678

/PHP-8.2/ext/spl/tests/
H A Darray_009.phpt2 SPL: ArrayIterator implementing RecursiveIterator
H A Dbug31346.phpt2 Bug #31486 (ArrayIterator::next segfaults)
H A Dgh10248.phpt6 class a extends ArrayIterator
H A DCallbackFilterIteratorTest.phpt39 $it = new ArrayIterator(range(1, 5));
50 $it = new ArrayIterator(range(1, 5));
H A Dbug74519.phpt7 $events = new \ArrayIterator([1,2,3,4,5]);
H A Dbug68175.phpt5 $arr = new ArrayIterator(array());
H A Diterator_038.phpt6 foreach(new NoRewindIterator(new ArrayIterator(array('Hello'=>0, 'World'=>1))) as $k => $v)
H A DArrayObject__serialize_saves_iterator_class.phpt6 class MyArrayIterator extends ArrayIterator {}
H A Dspl_iterator_caching_count_basic.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
H A Darray_004.phpt2 SPL: ArrayIterator
H A DRegexIterator_with_reference_replacement.phpt5 $a = new ArrayIterator(array('test1', 'test2', 'test3'));
H A Dspl_007.phpt13 $it = new ArrayIterator(array(1, 2, 3));
H A Dgh11178.phpt12 return new ArrayIterator($this);
H A Darray_008.phpt2 SPL: ArrayIterator and foreach reference
H A Dspl_iterator_caching_getcache_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
H A Dgh14290.phpt8 $h = new ArrayIterator(['test' => 'test1']);
/PHP-8.2/Zend/tests/
H A Dbug60161.phpt11 return new ArrayIterator([]);
H A Dbug76901.phpt6 $it = new ArrayIterator([1, 2, 3]);
/PHP-8.2/Zend/tests/generators/
H A Dyield_from_iterator.phpt7 yield from new ArrayIterator([2, 3, 4]);
H A Dgc_with_iterator_in_foreach.phpt12 $iter = new ArrayIterator([1, 2, 3]);
/PHP-8.2/ext/standard/tests/serialize/
H A D__serialize_007.phpt6 $payload = 'O:13:"ArrayIterator":2:{i:0;i:0;s:1:"x";R:2;}';
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_iterable.phpt11 var_dump(is_iterable(new ArrayIterator([1, 2, 3])));
H A Dis_countable_with_classes.phpt7 var_dump(is_countable(new class extends ArrayIterator {}));
/PHP-8.2/tests/basic/
H A Dtimeout_variation_8.phpt12 foreach (new InfiniteIterator(new ArrayIterator([1])) as $i) {
/PHP-8.2/Zend/tests/return_types/
H A Dinheritance007.phpt9 return new ArrayIterator([1, 2]);

Completed in 24 milliseconds

12345678