8 Oct
2007
8 Oct
'07
12:18 a.m.
On 10/8/07, eliott <eliott@cactuswax.net> wrote:
php should only consider "<? foo" a short tag, not "<?foo" . note the space after the ? in the first one.
It's still valid PHP though (even '<?echo'foo'?>' it seems). Probably because the echo-shorthand '<?=$foo?>', deprecated, but still valid.