PHP short_open_tag=On でecho print など省略する注意点 一時期、WEB上のサンプルコードを記載しているサイトで <?php echo 'test'; ?> を <?= 'test'; ?> で、省略して紹介しているページ ...