ID: 8685
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
PHP Version: 4.0.4
New Comment:
Many script languages that support here doc syntax require closing tag
at col 1.
Won't change.
Previous Comments:
------------------------------------------------------------------------
[2001-01-12 16:36:11] [EMAIL PROTECTED]
This is not a bug, but a feature request
------------------------------------------------------------------------
[2001-01-12 16:22:11] [EMAIL PROTECTED]
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 this 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]