spl_handlers_rec_it_it  128 ext/spl/spl_iterators.c static zend_object_handlers spl_handlers_rec_it_it;
spl_handlers_rec_it_it  962 ext/spl/spl_iterators.c 	retval.handlers = &spl_handlers_rec_it_it;
spl_handlers_rec_it_it 3744 ext/spl/spl_iterators.c 	memcpy(&spl_handlers_rec_it_it, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
spl_handlers_rec_it_it 3745 ext/spl/spl_iterators.c 	spl_handlers_rec_it_it.get_method = spl_recursive_it_get_method;
spl_handlers_rec_it_it 3746 ext/spl/spl_iterators.c 	spl_handlers_rec_it_it.clone_obj = NULL;