[Bug 238872] Re: php5 fails to interpret a valid script using heredoc string syntax
danielhollocher
danielhollocher at gmail.com
Tue Jun 10 15:35:26 BST 2008
I talked with this person on #ubuntu, and can confirm this bug. I find that the bug happens when the HEREDOC identifier matches the end of the HEREDOC string.
Some examples of failure:
$a=<<<E
Hello
WHERE
E;
$a=<<<WHERE
Hello
WHERE
WHERE;
$a=<<<RE
Hello
WHERE
RE;
** Changed in: php5 (Ubuntu)
Status: New => Confirmed
--
php5 fails to interpret a valid script using heredoc string syntax
https://bugs.launchpad.net/bugs/238872
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list