023-2.inc 179 B

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