I know I am a bit late, but I've played around with NOWDOCS this
evening, and one issue thing came up instantly: I asked myself why the
heck are single quotes allowed but not double quotes? This seems to me
You mean around end token? Because there's no need in them. We already
have double quote
http://en.wikipedia.org/wiki/Here_document
See the Perl's HEREDOC definition.
Dmitry.
Lars Strojny wrote:
Hi,
Am Freitag, den 15.02.2008, 13:07 +0300 schrieb Dmitry Stogov:
the semantic of "NOWDOC with double quotes" should be the same as HEREDOC.
Puh, I'm not really sure about that. I gue
Hi,
Am Freitag, den 15.02.2008, 13:07 +0300 schrieb Dmitry Stogov:
> the semantic of "NOWDOC with double quotes" should be the same as HEREDOC.
Puh, I'm not really sure about that. I guess this will be even more
confusing.
cu, Lars
signature.asc
Description: Dies ist ein digital signierter Nac
the semantic of "NOWDOC with double quotes" should be the same as HEREDOC.
Dmitry.
Lars Strojny wrote:
Hi,
I know, I might be a bit late but I've played around with NOWDOCS and
one issue popped up instantly: it seems not really logical to me, why
only single quotes are allowed and I have the f
Hi,
sorry for the manual duplicate. I had the feeling my mail from yesterday
evening was lost, as I could not find it in the sent folder again.
cu, Lars
Am Freitag, den 15.02.2008, 07:41 +0100 schrieb Lars Strojny:
> Hi,
>
> I know, I might be a bit late but I've played around with NOWDOCS and
Hi,
I know I am a bit late, but I've played around with NOWDOCS this
evening, and one issue thing came up instantly: I asked myself why the
heck are single quotes allowed but not double quotes? This seems to me
counter intuitive to the way we handle strings in PHP. I think it would
be perfectly al
Hi,
I know, I might be a bit late but I've played around with NOWDOCS and
one issue popped up instantly: it seems not really logical to me, why
only single quotes are allowed and I have the feeling a lot of users
will ask the same questions. The problem is, that we are used to the way
we define st