From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.0.4
PHP Bug Type: *Function Specific
Bug description: Here-Syntax problem
why must the closing tag be in column 1 ?
i think it schould be enought that it stays in its own line.
if($foo)
{
echo <<<EOF
... lots of text ...
EOF;
}
looks very ugly and messes up all code beautifiers and autoindention.
--
Edit Bug report at: http://bugs.php.net/?id=8685&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]