Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 126 – 150 of 176) sorted by relevance

12345678

/PHP-8.2/ext/spl/tests/
H A Dspl_iterator_iterator_constructor.phpt10 $arrayIterator = new ArrayIterator($array);
H A DarrayObject_getFlags_basic1.phpt11 $ao = new ArrayObject(new ArrayIterator(new ArrayObject()), ArrayObject::ARRAY_AS_PROPS);
H A DregexIterator_setMode_error.phpt9 $regexIterator = new RegexIterator(new ArrayIterator($array), "/f/");
H A Dspl_iterator_recursive_getiterator_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
H A Dspl_iterator_getcallchildren.phpt36 ArrayIterator::__construct(): Argument #1 ($array) must be of type array, int given
H A Dspl_iterator_to_array_error.phpt6 class MyArrayIterator extends ArrayIterator {
H A Diterator_045.phpt54 $it = new MyCachingIterator(new ArrayIterator(array(0, 'foo'=>1, 2, 'bar'=>3, 4)));
74 $it = new MyCachingIterator(new ArrayIterator(array(0, 1, 2, 3)), CachingIterator::FULL_CACHE);
H A Diterator_046.phpt37 $it = new MyCachingIterator(new ArrayIterator(array(0, 'foo'=>1, 'bar'=>2)), CachingIterator::TOSTR…
H A Diterator_002.phpt6 class RecursiceArrayIterator extends ArrayIterator implements RecursiveIterator
H A Diterator_032.phpt6 $it = new LimitIterator(new ArrayIterator(array(1,2,3,4)), 1, 2);
H A Dregexiterator_getregex.phpt9 $iterator = new ArrayIterator($array);
H A Dspl_limit_iterator_check_limits.phpt9 $arrayIterator = new ArrayIterator($array);
H A DregexIterator_flags_basic.phpt9 $iterator = new ArrayIterator($array);
H A Dbug50579.phpt6 class foo extends ArrayIterator {
H A Diterator_024.phpt37 string(13) "ArrayIterator"
H A DregexIterator_mode_basic.phpt9 $iterator = new ArrayIterator($array);
H A Dbug32134.phpt6 class myArray extends ArrayIterator
H A Dspl_caching_iterator_constructor_flags.phpt10 $arrayIterator = new ArrayIterator($array);
H A Dbug65328.phpt301 [storage:ArrayIterator:private] => Array
311 [storage:ArrayIterator:private] => Array
321 [storage:ArrayIterator:private] => Array
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt62 valid($test, 'iterable', 'Iterator', new ArrayIterator);
64 valid($test, 'object', 'iterable', new ArrayIterator);
/PHP-8.2/Zend/tests/generators/
H A Dgh8289.phpt8 yield from new class(new ArrayIterator([1, -2])) extends IteratorIterator {
/PHP-8.2/Zend/tests/
H A Dgh7958.phpt11 $this->iterator = new ArrayIterator($data);
/PHP-8.2/Zend/tests/named_params/
H A Dunknown_named_param.phpt31 test(...new ArrayIterator(['unknown' => 42]));
/PHP-8.2/Zend/tests/array_unpack/
H A Dbasic.phpt22 var_dump([...new ArrayIterator(['a', 'b', 'c'])]);
H A Dstring_keys.phpt10 $iterator = new ArrayIterator([1, 2, "foo" => 3, 4]);

Completed in 47 milliseconds

12345678