Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A Drecursive_tree_iterator_001.phpt44 echo "-- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --\n";
92 -- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --
H A Drecursive_tree_iterator_006.phpt54 echo "-- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --\n";
102 -- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --
/PHP-5.5/ext/spl/
H A Dspl_iterators.c459 zval *caching_it, *caching_it_flags, *user_caching_it_flags = NULL; in spl_recursive_it_it_construct() local
470 MAKE_STD_ZVAL(caching_it_flags); in spl_recursive_it_it_construct()
472 ZVAL_ZVAL(caching_it_flags, user_caching_it_flags, 1, 0); in spl_recursive_it_it_construct()
474 ZVAL_LONG(caching_it_flags, CIT_CATCH_GET_CHILD); in spl_recursive_it_it_construct()
476 …ate_arg_ex2(spl_ce_RecursiveCachingIterator, &caching_it, 1, iterator, caching_it_flags TSRMLS_CC); in spl_recursive_it_it_construct()
477 zval_ptr_dtor(&caching_it_flags); in spl_recursive_it_it_construct()
1235 ZEND_ARG_INFO(0, caching_it_flags)

Completed in 18 milliseconds