Home
last modified time | relevance | path

Searched refs:caching_it_flags (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/spl/tests/
H A Drecursive_tree_iterator_001.phpt42 echo "-- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --\n";
101 -- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --
H A Drecursive_tree_iterator_006.phpt52 echo "-- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --\n";
111 -- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --
/php-src/ext/spl/
H A Dspl_iterators.c545 zval caching_it_flags; in spl_recursive_it_it_construct() local
564 ZVAL_LONG(&caching_it_flags, user_caching_it_flags); in spl_recursive_it_it_construct()
565 …spl_instantiate_arg_ex2(spl_ce_RecursiveCachingIterator, &caching_it, iterator, &caching_it_flags); in spl_recursive_it_it_construct()
566 zval_ptr_dtor(&caching_it_flags); in spl_recursive_it_it_construct()

Completed in 23 milliseconds