Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_iterators.h96 CIT_CATCH_GET_CHILD = 0x00000010, enumerator
H A Dspl_iterators.c78 #define RIT_CATCH_GET_CHILD CIT_CATCH_GET_CHILD
506 ZVAL_LONG(&caching_it_flags, CIT_CATCH_GET_CHILD); in spl_recursive_it_it_construct()
2651 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2661 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2675 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
3743 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "CATCH_GET_CHILD", CIT_CATCH_GET_CHILD); in PHP_MINIT_FUNCTION()

Completed in 18 milliseconds