That worked for me, there was a misspell on tabbyending”, I re-type for next users:
<?php echo do_shortcode('[tabby title="first tab"]');
echo 'text1';
echo do_shortcode('[tabby title="second tab"]');
echo 'text2';
echo do_shortcode('[tabby title="third tab"]');
echo 'text3';
echo do_shortcode('[tabbyending]'); ?>
Thanks a lot!