Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/standard/tests/strings/
H A Dstrrev_variation4.phpt93 -- Iterator 1 --
96 -- Iterator 2 --
99 -- Iterator 3 --
102 -- Iterator 4 --
105 -- Iterator 5 --
108 -- Iterator 6 --
111 -- Iterator 7 --
114 -- Iterator 8 --
117 -- Iterator 9 --
120 -- Iterator 10 --
[all …]
H A Dhtmlspecialchars_decode_variation1.phpt96 -- Iterator 1 --
98 -- Iterator 2 --
100 -- Iterator 3 --
102 -- Iterator 4 --
104 -- Iterator 5 --
106 -- Iterator 6 --
108 -- Iterator 7 --
110 -- Iterator 8 --
112 -- Iterator 9 --
114 -- Iterator 10 --
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt72 -- Iterator 0 --
74 -- Iterator 1 --
76 -- Iterator 12345 --
80 -- Iterator 10.5 --
88 -- Iterator .5 --
90 -- Iterator NULL --
92 -- Iterator null --
94 -- Iterator true --
98 -- Iterator TRUE --
102 -- Iterator "" --
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_variation6.phpt81 -- Iterator 1 --
86 -- Iterator 2 --
91 -- Iterator 3 --
100 -- Iterator 4 --
109 -- Iterator 5 --
118 -- Iterator 6 --
127 -- Iterator 7 --
140 -- Iterator 8 --
153 -- Iterator 9 --
166 -- Iterator 10 --
[all …]
H A Darray_intersect_variation3.phpt105 -- Iterator 1 --
118 -- Iterator 2 --
127 -- Iterator 3 --
140 -- Iterator 4 --
145 -- Iterator 5 --
154 -- Iterator 6 --
165 -- Iterator 7 --
174 -- Iterator 8 --
203 -- Iterator 9 --
216 -- Iterator 10 --
[all …]
H A Darray_intersect_variation5.phpt81 -- Iterator 1 --
86 -- Iterator 2 --
91 -- Iterator 3 --
100 -- Iterator 4 --
109 -- Iterator 5 --
118 -- Iterator 6 --
127 -- Iterator 7 --
140 -- Iterator 8 --
153 -- Iterator 9 --
166 -- Iterator 10 --
[all …]
H A Darray_intersect_variation1.phpt113 -- Iterator 1 --
120 -- Iterator 2 --
127 -- Iterator 3 --
134 -- Iterator 4 --
141 -- Iterator 5 --
148 -- Iterator 6 --
155 -- Iterator 7 --
162 -- Iterator 8 --
169 -- Iterator 9 --
176 -- Iterator 10 --
[all …]
H A Darray_intersect_variation2.phpt114 -- Iterator 1 --
121 -- Iterator 2 --
128 -- Iterator 3 --
135 -- Iterator 4 --
142 -- Iterator 5 --
149 -- Iterator 6 --
156 -- Iterator 7 --
163 -- Iterator 8 --
170 -- Iterator 9 --
177 -- Iterator 10 --
[all …]
H A Darray_intersect_variation7.phpt92 -- Iterator 1 --
97 -- Iterator 2 --
102 -- Iterator 3 --
111 -- Iterator 4 --
124 -- Iterator 5 --
133 -- Iterator 6 --
142 -- Iterator 7 --
151 -- Iterator 8 --
160 -- Iterator 9 --
169 -- Iterator 10 --
[all …]
H A Darray_intersect_variation8.phpt92 -- Iterator 1 --
97 -- Iterator 2 --
102 -- Iterator 3 --
111 -- Iterator 4 --
124 -- Iterator 5 --
133 -- Iterator 6 --
142 -- Iterator 7 --
151 -- Iterator 8 --
160 -- Iterator 9 --
173 -- Iterator 10 --
[all …]
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc19 class MultipleIterator implements Iterator
60 /** @param $iter new Iterator to attach.
66 public function attachIterator(Iterator $iter, $inf = NULL)
87 public function detachIterator(Iterator $iter)
92 /** @param $iter Iterator to check
95 public function containsIterator(Iterator $iter)
100 /** @return number of attached Iterator instances. */
106 /** Rewind all attached Iterator instances. */
152 * all registered Iterator instances current() result.
195 * all registered Iterator instances key() result.
[all …]
H A Dinfiniteiterator.inc13 * @brief An infinite Iterator
18 * This Iterator takes another Iterator and infinitvely iterates it by
21 * \note Even an InfiniteIterator stops if its inner Iterator is empty.
35 /** Move the inner Iterator forward to its next element or rewind it.
H A Dappenditerator.inc13 * @brief Iterator that iterates over several iterators one after the other
30 /** Append an Iterator
31 * @param $it Iterator to append
38 function append(Iterator $it)
43 /** @return the current inner Iterator
50 /** Rewind to the first element of the first inner Iterator.
87 /** Move to the next element. If this means to another Iterator that
88 * rewind that Iterator.
H A Drecursivecachingiterator.inc13 * @brief Cached recursive iteration over another Iterator
27 * @param it Iterator to cache
37 /** Rewind Iterator
46 /** Forward to next element if necessary then an Iterator for the Children
81 * @note The check whether the Iterator for the children can be created was
91 /** @return An Iterator for the children
H A Diteratoriterator.inc13 * @brief Basic Iterator wrapper
17 * an Iterator. It is very important to understand that most classes that do
18 * not implement Iterator have their reasone to. Most likely they do not allow
19 * the full Iterator feature set. If so you need to provide techniques to
42 /** Construct an IteratorIterator from an Iterator or an IteratorAggregate.
53 if ($iterator instanceof Iterator)
H A Dcachingiterator.inc13 * @brief Cached iteration over another Iterator
22 * Iterator is an internal Iterator then you need to provide the
43 * @param it Iterator to cache
47 function __construct(Iterator $it, $flags = self::CALL_TOSTRING)
59 /** Rewind the Iterator
/PHP-5.5/ext/spl/tests/
H A Dbug67360.phpt9 $Iterator = $ArrayObject->getIterator();
10 var_dump(count($Iterator) === count($array));
11 var_dump(iterator_to_array($Iterator));
H A DarrayObject_setIteratorClass_error1.phpt46 …:setIteratorClass() expects parameter 1 to be a class name derived from Iterator, 'nonExistentClas…
51 …:setIteratorClass() expects parameter 1 to be a class name derived from Iterator, 'stdClass' given…
55 …ject::__construct() expects parameter 3 to be a class name derived from Iterator, 'nonExistentClas…
56 …ject::__construct() expects parameter 3 to be a class name derived from Iterator, 'stdClass' given"
H A Diterator_058.phpt2 SPL: Iterator::__construct(void)
7 class myIterator implements Iterator {
H A Diterator_068.phpt2 SPL: Iterator: Overloaded object and destruction
6 class Test implements Iterator {
/PHP-5.5/ext/spl/examples/
H A Ddualiterator.inc17 class DualIterator implements Iterator
36 * @param lhs Left Hand Side Iterator
37 * @param rhs Right Hand Side Iterator
40 function __construct(Iterator $lhs, Iterator $rhs,
48 /** @return Left Hand Side Iterator
55 /** @return Right Hand Side Iterator
157 * @param lhs Left Hand Side Iterator
158 * @param rhs Right Hand Side Iterator
165 static function compareIterators(Iterator $lhs, Iterator $rhs,
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt49 30: Objects returned by bad1::getIterator() must be traversable or implement interface Iterator
50 30: Objects returned by bad2::getIterator() must be traversable or implement interface Iterator
51 30: Objects returned by bad3::getIterator() must be traversable or implement interface Iterator
52 30: Objects returned by bad4::getIterator() must be traversable or implement interface Iterator
/PHP-5.5/Zend/tests/
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

Completed in 86 milliseconds

12345