Home
last modified time | relevance | path

Searched refs:IteratorAggregate (Results 1 – 25 of 52) sorted by relevance

123

/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt2 IteratorAggregate::getIterator bad return type
6 class bad1 implements IteratorAggregate {
13 class bad2 implements IteratorAggregate {
20 class bad3 implements IteratorAggregate {
27 class bad4 implements IteratorAggregate {
H A DforeachLoopIteratorAggregate.003.phpt41 class A1 implements IteratorAggregate {
47 class A2 implements IteratorAggregate {
53 class A3 implements IteratorAggregate {
/php-src/Zend/tests/generators/
H A Dyield_from_iterator_agregate.phpt2 yield from with an IteratorAggregate
5 class foo implements \IteratorAggregate {
H A Dgenerator_method.phpt6 class Test implements IteratorAggregate {
/php-src/Zend/tests/
H A Dbug48667_1.phpt6 abstract class A implements Iterator, IteratorAggregate { }
10 Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time in %s on…
H A Dbug48667_2.phpt6 abstract class A implements IteratorAggregate, Iterator { }
10 Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time in %s on…
H A Dbug60161.phpt9 class Example implements Foo, IteratorAggregate {
H A Dgh7792_5.phpt10 … must implement interface Traversable as part of either Iterator or IteratorAggregate in Unknown o…
H A Dbug62609.phpt12 … must implement interface Traversable as part of either Iterator or IteratorAggregate in Unknown o…
H A Dbug62609_2.phpt8 class NonAbstractTraversable extends AbstractTraversable implements IteratorAggregate {
H A Dforeach_empty_loop_leak.phpt6 class Foo implements IteratorAggregate {
H A Dbug30725.phpt6 class Test implements IteratorAggregate
/php-src/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt10 Interface ExtendsIteratorAggregate extends IteratorAggregate {
19 Class IteratorAggregateImpl implements IteratorAggregate {
29 $classes = array('Traversable', 'Iterator', 'IteratorAggregate', 'ExtendsIterator', 'ExtendsIterato…
45 Is IteratorAggregate iterable? bool(false)
/php-src/ext/spl/tests/
H A DRecursiveIteratorIterator_invalid_aggregate.phpt2 RecursiveIteratorIterator constructor should thrown if IteratorAggregate does not return Iterator
6 class MyIteratorAggregate implements IteratorAggregate {
H A Darray_007.phpt2 SPL: ArrayObject/Iterator from IteratorAggregate
11 class test implements IteratorAggregate
H A Dgh11178.phpt6 class A implements IteratorAggregate {
/php-src/ext/zend_test/
H A Diterators.stub.php10 final class TraversableTest implements \IteratorAggregate
/php-src/Zend/tests/attributes/override/
H A D002.phpt6 class Foo implements IteratorAggregate
/php-src/Zend/
H A Dzend_weakrefs.stub.php22 final class WeakMap implements ArrayAccess, Countable, IteratorAggregate
/php-src/Zend/tests/return_types/
H A Dgenerators003.phpt5 interface Collection extends IteratorAggregate {
H A Dgenerators005.phpt5 interface Collection extends IteratorAggregate {
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_113.phpt5 class A implements IteratorAggregate {
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php6 class ResourceBundle implements IteratorAggregate, Countable
/php-src/ext/spl/
H A Dspl_fixedarray.stub.php5 class SplFixedArray implements IteratorAggregate, ArrayAccess, Countable, JsonSerializable
/php-src/tests/classes/
H A Diterators_005.phpt17 … must implement interface Traversable as part of either Iterator or IteratorAggregate in %s on lin…

Completed in 39 milliseconds

123