Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/
H A Dspl_iterators.h83 CIT_CATCH_GET_CHILD = 0x00000010, enumerator
H A Dspl_iterators.c68 #define RIT_CATCH_GET_CHILD CIT_CATCH_GET_CHILD
512 zend_long user_caching_it_flags = CIT_CATCH_GET_CHILD; in spl_recursive_it_it_construct()
2331 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2341 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2355 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
3259 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "CATCH_GET_CHILD", CIT_CATCH_GET_CHILD); in PHP_MINIT_FUNCTION()

Completed in 23 milliseconds