Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_iterators.h98 CIT_CATCH_GET_CHILD = 0x00000010, enumerator
H A Dspl_iterators.c81 #define RIT_CATCH_GET_CHILD CIT_CATCH_GET_CHILD
474 ZVAL_LONG(caching_it_flags, CIT_CATCH_GET_CHILD); in spl_recursive_it_it_construct()
2644 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2656 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
2671 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
3725 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "CATCH_GET_CHILD", CIT_CATCH_GET_CHILD); in PHP_MINIT_FUNCTION()

Completed in 33 milliseconds