Viewing 1 post (of 1 total)
- AuthorPosts
- October 17, 2009 at 7:13 am #7722sanjibMember
Hi,
OS: Windowx XP, SP3
Emeditor: v9.01In PHP mode, in heredoc string declarations, any function keyword or colon messes up the heredoc sytnax coloring.
Please see: http://img11.imageshack.us/img11/3224/emeditorheredocsyntaxer.pngFor example entering the following code messes up the syntax coloring after the word Can’t,
<?php
echo $foo=<<<EOT
Testing a heredoc string.
Can't render the syntax correctly.
EOT;
function foo() {
//all the syntax is messed up from heredoc above.
return true;
}
?>
Best,
Sanjib - AuthorPosts
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.