Searched refs:CIT_FULL_CACHE (Results 1 – 2 of 2) sorted by relevance
93 CIT_FULL_CACHE = 0x00000100, enumerator
2614 if (intern->u.caching.flags & CIT_FULL_CACHE) { in spl_caching_it_next()2794 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()2818 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()2845 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()2867 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()2892 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()2942 if ((flags & CIT_FULL_CACHE) != 0 && (intern->u.caching.flags & CIT_FULL_CACHE) == 0) { in SPL_METHOD()2962 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()3724 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "FULL_CACHE", CIT_FULL_CACHE); in PHP_MINIT_FUNCTION()
Completed in 23 milliseconds