Searched refs:CIT_FULL_CACHE (Results 1 – 2 of 2) sorted by relevance
84 CIT_FULL_CACHE = 0x00000100, enumerator
2318 if (intern->u.caching.flags & CIT_FULL_CACHE) { in spl_caching_it_next()2490 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2513 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2539 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2560 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2580 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2630 if ((flags & CIT_FULL_CACHE) != 0 && (intern->u.caching.flags & CIT_FULL_CACHE) == 0) { in PHP_METHOD()2649 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()3263 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "FULL_CACHE", CIT_FULL_CACHE); in PHP_MINIT_FUNCTION()
Completed in 19 milliseconds