Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_iterators.h91 CIT_CATCH_GET_CHILD = 0x00000010, enumerator
H A Dspl_iterators.c68 #define RIT_CATCH_GET_CHILD CIT_CATCH_GET_CHILD
494 zend_long user_caching_it_flags = CIT_CATCH_GET_CHILD; in spl_recursive_it_it_construct()
2349 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2359 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2373 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
3293 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "CATCH_GET_CHILD", CIT_CATCH_GET_CHILD); in PHP_MINIT_FUNCTION()

Completed in 14 milliseconds