As with PHP 5.4, <?= Will be available regardless of the short_open_tags ini parameter, so if you look at the forecast, you can avoid using <?= Inside HTML instead of <?php echo , however for non-echo always use <?php since <? still dependent on ini.
However, many hosts only recently adopted 5.3, and 5.4 - only in beta, so if it is a library or something that may appear on other servers soon, I would stick with <?php for both.
source share