Searched refs:CIT_FULL_CACHE (Results 1 – 3 of 3) sorted by relevance
93 CIT_FULL_CACHE = 0x00000100, enumerator
2355 if (intern->u.caching.flags & CIT_FULL_CACHE) { in spl_caching_it_next()2527 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2550 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2576 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2597 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2617 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()2667 if ((flags & CIT_FULL_CACHE) != 0 && (intern->u.caching.flags & CIT_FULL_CACHE) == 0) { in PHP_METHOD()2686 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
817 ZVAL_LONG(&const_FULL_CACHE_value, CIT_FULL_CACHE); in register_class_CachingIterator()
Completed in 16 milliseconds