In PHP I would like to be able to use the <?=
open tag (which is similar in effect to <?php echo
) but I would also like to disallow the use of the short open tag for any other use than quickly echo
stuff.
Is that possible? If it is, how could I achive this? I tried searching serverfault and Google and nothing came up.