The problem with short open tags is that the following:
<?xml version="1.0" ?>
will cause problems if you're allowed to use short tags (i.e. <?
and ?>
). <?php
is less open to misinterpretation.
Whether or not you're allowed to use short tags is defined by the ini directive short_open_tag.