Home
last modified time | relevance | path

Searched refs:Iterator (Results 1 – 25 of 123) sorted by path

12345

/PHP-5.5/
H A DNEWS461 with an Iterator). (Nikita)
1786 . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator
1816 . Added support for non-scalar Iterator keys in foreach
5524 - Fixed bug #49269 (Ternary operator fails on Iterator object when used inside
7587 - Fixed bug #41109 (recursiveiterator.inc says "implements" Iterator instead of
9157 Recursive<*>Iterator naming scheme.
9555 - Fixed bug #32993 (implemented Iterator function current() don't throw
9784 does not return an Iterator. (Marcus)
H A DUPGRADING63 - Added support for non-scalar Iterator keys in foreach.
/PHP-5.5/Zend/
H A DZEND_CHANGES824 The interfaces 'IteratorAggregate' and 'Iterator' allow to specify
827 implements the interface 'Iterator' or is instantiated from an
833 class ObjectIterator implements Iterator {
890 the use of all abstract methods declared in the interfaces Iterator
H A Dzend_interfaces.c559 REGISTER_ITERATOR_INTERFACE(iterator, Iterator); in zend_register_interfaces()
/PHP-5.5/Zend/tests/
H A Dbug26229.phpt28 …jects returned by array_iterator::getIterator() must be traversable or implement interface Iterator
H A Dbug32674.phpt5 class collection implements Iterator {
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
5 class Test implements Iterator {
H A Dbug48667_1.phpt6 abstract class A implements Iterator, IteratorAggregate { }
10 Fatal error: Class A cannot implement both IteratorAggregate and Iterator 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 Dbug49269.phpt2 Bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration).
5 class TestObject implements Iterator
H A Dbug69221.phpt2 Bug #69221: Segmentation fault when using a generator in combination with an Iterator
H A Dbug69221_2.phpt2 Bug #69221: Segmentation fault when using a generator in combination with an Iterator (2)
/PHP-5.5/ext/phar/
H A DTODO102 X Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg]
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt17 class myIterator implements Iterator
H A Dbug45218_SLOWTESTU.phpt17 class myIterator implements Iterator
H A Dphar_buildfromiterator3.phpt10 class myIterator implements Iterator
H A Dphar_buildfromiterator4.phpt10 class myIterator implements Iterator
H A Dphar_buildfromiterator5.phpt10 class myIterator implements Iterator
58 Iterator myIterator returned an invalid value (must return a string)
H A Dphar_buildfromiterator6.phpt10 class myIterator implements Iterator
59 Iterator myIterator returned an invalid key (must return a string)
H A Dphar_buildfromiterator7.phpt10 class myIterator implements Iterator
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
H A Dphar_buildfromiterator9.phpt10 class myIterator implements Iterator
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt10 class myIterator implements Iterator
H A Dphar_buildfromiterator5.phpt10 class myIterator implements Iterator
58 Iterator myIterator returned an invalid value (must return a string)
H A Dphar_buildfromiterator6.phpt10 class myIterator implements Iterator
59 Iterator myIterator returned an invalid key (must return a string)
H A Dphar_buildfromiterator7.phpt10 class myIterator implements Iterator
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…

Completed in 82 milliseconds

12345