Searched refs:FULL_CACHE (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/spl/tests/ |
H A D | bug65387.phpt | 34 $it2 = new CachingIterator($it, CachingIterator::FULL_CACHE); 40 $it2 = new RecursiveCachingIterator($it, CachingIterator::FULL_CACHE);
|
H A D | iterator_027.phpt | 2 SPL: CachingIterator::FULL_CACHE 10 $it = new CachingIterator($it, CachingIterator::FULL_CACHE);
|
H A D | spl_iterator_caching_count_basic.phpt | 9 $i = new CachingIterator($i,CachingIterator::FULL_CACHE);
|
H A D | iterator_045.phpt | 2 SPL: CachingIterator and offsetSet/Unset, getCache using flag FULL_CACHE 74 $it = new MyCachingIterator(new ArrayIterator(array(0, 1, 2, 3)), CachingIterator::FULL_CACHE);
|
H A D | iterator_044.phpt | 2 SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE 61 …achingIterator(new ArrayIterator(array(0, 'foo'=>1, 2, 'bar'=>3, 4)), CachingIterator::FULL_CACHE);
|
/PHP-8.3/ext/spl/ |
H A D | spl_iterators.stub.php | 253 public const FULL_CACHE = UNKNOWN; define in CachingIterator
|
Completed in 10 milliseconds