Yasuo Ohgaki wrote:
> It's easy, but do we really want it?
>
> heredoc is used like
>
> function foo() {
> $msg = EOH
> some string here and I don't see
> any good reason put EOH; colum other than 1.
> EOH;
> print $msg;
> }
>
> Heredoc text must start from colum 1 anyway ;)
BTW, I'm not against accept spaces before heredoc end mark.
I just don't see good reason to change.
0 for this change.
I think if someone really want this kind of simple change,
it would be more easier came up with conclusion if there is
patch for it :)
--
Yasuo Ohgaki
--
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]