Home
last modified time | relevance | path

Searched refs:TOSTRING_USE_KEY (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/spl/tests/
H A Diterator_037.phpt49 test($ar, CachingIterator::TOSTRING_USE_KEY);
55 test($ar, CachingIterator::CALL_TOSTRING | CachingIterator::TOSTRING_USE_KEY);
58 test($ar, CachingIterator::TOSTRING_USE_KEY | CachingIterator::TOSTRING_USE_CURRENT);
59 test($ar, CachingIterator::TOSTRING_USE_KEY | CachingIterator::TOSTRING_USE_INNER);
104 …ontain only one of CachingIterator::CALL_TOSTRING, CachingIterator::TOSTRING_USE_KEY, CachingItera…
107 …ontain only one of CachingIterator::CALL_TOSTRING, CachingIterator::TOSTRING_USE_KEY, CachingItera…
110 …ontain only one of CachingIterator::CALL_TOSTRING, CachingIterator::TOSTRING_USE_KEY, CachingItera…
113 …ontain only one of CachingIterator::CALL_TOSTRING, CachingIterator::TOSTRING_USE_KEY, CachingItera…
116 …ontain only one of CachingIterator::CALL_TOSTRING, CachingIterator::TOSTRING_USE_KEY, CachingItera…
H A Dspl_caching_iterator_constructor_flags.phpt13 new CachingIterator($arrayIterator, CachingIterator::TOSTRING_USE_KEY);
25 …ontain only one of CachingIterator::CALL_TOSTRING, CachingIterator::TOSTRING_USE_KEY, CachingItera…
H A Diterator_046.phpt37 …achingIterator(new ArrayIterator(array(0, 'foo'=>1, 'bar'=>2)), CachingIterator::TOSTRING_USE_KEY);
/PHP-8.2/ext/spl/
H A Dspl_iterators.stub.php238 public const TOSTRING_USE_KEY = UNKNOWN; define in CachingIterator

Completed in 7 milliseconds