Searched refs:CIT_CATCH_GET_CHILD (Results 1 – 3 of 3) sorted by relevance
53 #define RIT_CATCH_GET_CHILD CIT_CATCH_GET_CHILD92 CIT_CATCH_GET_CHILD = 0x00000010, enumerator
561 zend_long user_caching_it_flags = CIT_CATCH_GET_CHILD; in spl_recursive_it_it_construct()2368 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()2378 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()2392 if (intern->u.caching.flags & CIT_CATCH_GET_CHILD) { in spl_caching_it_next()
793 ZVAL_LONG(&const_CATCH_GET_CHILD_value, CIT_CATCH_GET_CHILD); in register_class_CachingIterator()
Completed in 25 milliseconds