1<html> 2This is Finish.phtml. This file is supposed to be included 3from regression_test.phtml. This is normal HTML. 4<?php echo "and this is PHP code, 2+2=".(2+2).""; ?> 5 6</html> 7