Morning internals,
I'd like to propose an RFC to make the heredoc and nowdoc syntaxes more flexible1. Any thoughts?
Thanks,
Tom
Morning internals,
I'd like to propose an RFC to make the heredoc and nowdoc syntaxes more flexible1. Any thoughts?
Thanks,
Tom
Hi Tom!
I love it, definitely should go in. I am sure there are some special
cases that will be discovered in this discussion, but it's an awesome
feature.
--
Richard "Fleshgrinder" Fussenegger
Morning internals,
I'd like to propose an RFC to make the heredoc and nowdoc syntaxes more
flexible1. Any thoughts?
I really like this, and I don't think it's that hard to not use the marker
in the body at the far left of a line unattached to other characters. In my
experience, people that use these syntaxes (like me) already make sure not
to use something within the body.
Thanks,
Tom
Morning internals,
I'd like to propose an RFC to make the heredoc and nowdoc syntaxes more flexible1. Any thoughts?
Thanks,
Tom
I like the added flexibility in placement of the end token, but I think requiring only tabs or spaces, and stripping whitespace from all {here|now}doc
lines is error prone and adds unnecessary complexity.
Chris