Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 101 – 125 of 176) sorted by relevance

12345678

/PHP-8.2/Zend/tests/
H A Dforeach_empty_loop_leak.phpt8 return new ArrayIterator([]);
H A Dgc_046.phpt10 $this->iterator = new ArrayIterator($this);
H A Dbug71154.phpt12 $it = new ArrayIterator([1, 2, 3]);
H A Doss_fuzz_58181.phpt6 $iterator = new ArrayIterator($data);
/PHP-8.2/Zend/tests/arg_unpack/
H A Dstring_keys.phpt11 var_dump(...new ArrayIterator([1, 2, "foo" => 3, 4]));
/PHP-8.2/Zend/tests/return_types/
H A D006.phpt7 class CommentsIterator extends ArrayIterator implements Iterator {
/PHP-8.2/ext/spl/tests/
H A Dspl_iterator_caching_count_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
H A Dbug68128-USE_KEY.phpt6 $arrayIterator = new ArrayIterator(array('key 1' => 'value 1', 'key 2' => ['value 2']));
H A Dbug70868.phpt12 new \ArrayIterator(['A.phpt', 'B.phpt', 'C.phpt']),
H A Diterator_012.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
H A Dbug80719.phpt18 …ass(): Argument #1 ($iteratorClass) must be a class name derived from ArrayIterator, FilterIterato…
H A Darray_028.phpt9 $it = new ArrayIterator($array);
H A Dspl_iterator_apply_error.phpt6 class MyArrayIterator extends ArrayIterator {
H A Dbug72051.phpt10 $callbackTest = new CallbackFilterIterator(new ArrayIterator($data), function (&$current) {
H A Diterator_count.phpt10 $iterator = new ArrayIterator($array);
H A DarrayObject_getFlags_basic2.phpt12 $ai = new ArrayIterator($ao);
H A Dbug40872.phpt13 class ProjectsList extends ArrayIterator {
H A Dbug51119.phpt7 $arrayIterator = new ArrayIterator($array);
H A Dbug54304.phpt5 class foo extends ArrayIterator {
H A Diterator_to_array.phpt10 $iterator = new ArrayIterator($array);
H A Dspl_cachingiterator___toString_basic.phpt9 $ai = new ArrayIterator(array(new stdClass(), new stdClass()));
H A Dbug52238.phpt12 return new ArrayIterator($this->bar());
H A Diterator_036.phpt14 $ar = new ArrayIterator(array(1, 2, 3));
/PHP-8.2/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt14 $phar->buildFromIterator(new ArrayIterator([]));
/PHP-8.2/Zend/tests/type_declarations/iterable/
H A Diterable_005.phpt20 return new ArrayIterator([]);

Completed in 55 milliseconds

12345678