Home
last modified time | relevance | path

Searched refs:CIT_FULL_CACHE (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/spl/
H A Dspl_iterators.h92 CIT_FULL_CACHE = 0x00000100, enumerator
H A Dspl_iterators.c2336 if (intern->u.caching.flags & CIT_FULL_CACHE) { in spl_caching_it_next()
2516 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2539 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2565 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2586 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2606 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2656 if ((flags & CIT_FULL_CACHE) != 0 && (intern->u.caching.flags & CIT_FULL_CACHE) == 0) { in PHP_METHOD()
2675 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
3297 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "FULL_CACHE", CIT_FULL_CACHE); in PHP_MINIT_FUNCTION()

Completed in 22 milliseconds