Lines Matching refs:CachingIterator
2 SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE
14 class MyCachingIterator extends CachingIterator
61 $it = new MyCachingIterator(new ArrayIterator(array(0, 'foo'=>1, 2, 'bar'=>3, 4)), CachingIterator:…
75 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
76 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
86 CachingIterator::offsetExists(): Argument #1 ($key) must be of type string, stdClass given
87 CachingIterator::offsetGet(): Argument #1 ($key) must be of type string, stdClass given
98 Deprecated: CachingIterator::offsetExists(): Passing null to parameter #1 ($key) of type string is …
101 Deprecated: CachingIterator::offsetGet(): Passing null to parameter #1 ($key) of type string is dep…
131 CachingIterator::offsetExists(): Argument #1 ($key) must be of type string, stdClass given
132 CachingIterator::offsetGet(): Argument #1 ($key) must be of type string, stdClass given
141 Deprecated: CachingIterator::offsetExists(): Passing null to parameter #1 ($key) of type string is …
144 Deprecated: CachingIterator::offsetGet(): Passing null to parameter #1 ($key) of type string is dep…