Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_iterators.h93 CIT_FULL_CACHE = 0x00000100, enumerator
H A Dspl_iterators.c2364 if (intern->u.caching.flags & CIT_FULL_CACHE) { in spl_caching_it_next()
2536 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2559 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2585 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2606 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2626 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
2676 if ((flags & CIT_FULL_CACHE) != 0 && (intern->u.caching.flags & CIT_FULL_CACHE) == 0) { in PHP_METHOD()
2695 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in PHP_METHOD()
H A Dspl_iterators_arginfo.h817 ZVAL_LONG(&const_FULL_CACHE_value, CIT_FULL_CACHE); in register_class_CachingIterator()

Completed in 29 milliseconds