Obscure PHP5 information

<?= $variable ?> is depreciated in PHP5 (along w/ all other tags that are not <?php ?>).  I don’t care so much about the others, but I actually use this one.  <?= $title ?> just makes more sense than <?php echo $title; ?>
The last instruction before a closing tag does not require a semicolon; however, [...]