計算結果の出力

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="">
<script src=""></script>
<!--[if lte IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
</head>
<body>
	<?php
	define("store","林商店");
$product = store."でガチャガチャ";
 print ($product);
 print ("");
 print (1 + 2);
 print ("回まわしたけど、お子様ランチに刺さってるイギリスの旗が出てきた\n");
?>
</body>
</html>