source <?php echo "test1<br>"; //コメント1 /* 複数行のコメント テストです。 */ echo "test2<br>"; #シェル型コメント echo "test3<br>"; ?>