Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 51 – 75 of 176) sorted by relevance

12345678

/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_115.phpt2 Readonly property modification error through ArrayIterator
11 return new ArrayIterator($this);
H A Dtyped_properties_114.phpt2 Typed property type error through ArrayIterator
11 return new ArrayIterator($this);
/PHP-8.2/ext/spl/tests/
H A Diterator_005.phpt2 SPL: IteratorIterator and ArrayIterator/Object
6 class ArrayIteratorEx extends ArrayIterator
H A Darray_014.phpt2 SPL: ArrayIterator::seek()
6 $it = new ArrayIterator(range(0,10));
H A DarrayObject___construct_error1.phpt23 …uct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIterator, Exception giv…
25 …uct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIterator, nonExistentCl…
H A Dbug66702.phpt9 $it = new \ArrayIterator(array("foo", "bar", "baz"));
15 $it = new \ArrayIterator(array("foo" => 1, "bar" => 2, "baz" => 3));
H A Diterator_052.phpt35 $ar = new ArrayIterator(array('1','1,2','1,2,3','',NULL,array(),'FooBar',',',',,'));
151 object(ArrayIterator)#%d (1) {
152 ["storage":"ArrayIterator":private]=>
H A Dunserialize_errors.phpt54 echo "ArrayIterator:\n";
57 unserialize('O:13:"ArrayIterator":0:{}');
63 unserialize('O:13:"ArrayIterator":3:{i:0;b:1;i:1;a:0:{}i:2;a:0:{}}');
69 unserialize('O:13:"ArrayIterator":3:{i:0;i:0;i:1;a:0:{}i:2;i:0;}');
75 unserialize('O:13:"ArrayIterator":3:{i:0;i:0;i:1;i:0;i:2;a:0:{}}');
148 ArrayIterator:
H A Diterator_011.phpt15 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
25 $it = new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C', 3 => 'D'));
H A Diterator_013.phpt17 $it->append(new ArrayIterator(array(0 => 'A', 1 => 'B')));
33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
H A Diterator_053.phpt35 $ar = new ArrayIterator(array('1','1,2','1,2,3','',NULL,array(),'FooBar',',',',,'));
181 object(ArrayIterator)#%d (1) {
182 ["storage":"ArrayIterator":private]=>
H A Darray_007.phpt51 ArrayIterator Object
53 [storage:ArrayIterator:private] => ArrayObject Object
H A Darray_017.phpt7 class ArrayIteratorEx extends ArrayIterator
31 ArrayIterator::setFlags($flags);
209 ["storage":"ArrayIterator":private]=>
277 ["storage":"ArrayIterator":private]=>
398 ["storage":"ArrayIterator":private]=>
466 ["storage":"ArrayIterator":private]=>
580 ["storage":"ArrayIterator":private]=>
639 ["storage":"ArrayIterator":private]=>
742 ["storage":"ArrayIterator":private]=>
801 ["storage":"ArrayIterator":private]=>
H A Dbug77903.phpt2 Bug #77903: ArrayIterator stops iterating after offsetSet call
5 $a = new ArrayIterator();
H A Dbug46088.phpt6 $x = new RegexIterator(new ArrayIterator(range(1, 10)), '/\d/');
H A Dbug76367.phpt7 $iter = new NoRewindIterator(new ArrayIterator($arr));
H A Dbug31348.phpt6 $i = new ArrayIterator($a);
H A Dbug32394.phpt6 $object = new ArrayIterator;
H A Dbug78409.phpt2 Bug #78409: Segfault when creating instance of ArrayIterator without constructor
H A Dbug49723.phpt6 $it = new ArrayIterator(array());
/PHP-8.2/Zend/tests/type_declarations/union_types/
H A Dinheritance_internal.phpt12 $obj->classUnionProp = new ArrayIterator;
21 $obj->classUnionProp = new ArrayIterator;
/PHP-8.2/ext/spl/
H A Dspl_array.stub.php18 …onstruct(array|object $array = [], int $flags = 0, string $iteratorClass = ArrayIterator::class) {}
93 class ArrayIterator implements SeekableIterator, ArrayAccess, Serializable, Countable class
247 class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator
/PHP-8.2/sapi/fuzzer/corpus/unserialize/
H A D__serialize_0071 O:13:"ArrayIterator":2:{i:0;i:0;s:1:"x";R:2;}
/PHP-8.2/Zend/tests/
H A Dbug72767.phpt8 new InfiniteIterator(new ArrayIterator([42])),
H A Diterator_key_by_ref.phpt5 class Test extends ArrayIterator {

Completed in 29 milliseconds

12345678