Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_iterators.h92 CIT_CATCH_GET_CHILD = 0x00000010, enumerator
H A Dspl_iterators.c78 #define RIT_CATCH_GET_CHILD CIT_CATCH_GET_CHILD
507 ZVAL_LONG(&caching_it_flags, CIT_CATCH_GET_CHILD); in spl_recursive_it_it_construct()
2629 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2639 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2653 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
3720 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "CATCH_GET_CHILD", CIT_CATCH_GET_CHILD); in PHP_MINIT_FUNCTION()

Completed in 16 milliseconds