Ticket #3480 (closed defect: duplicate)
PHP heredoc highlights fail
| Reported by: | Roberto Corrado | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | mcedit | Version: | 4.8.10 |
| Keywords: | PHP heredoc highlights fail | Cc: | |
| Blocked By: | Blocking: | ||
| Branch state: | no branch | Votes for changeset: |
Description
Type the following into your php file:
<?php
$test=<<<TEST
<html>
<head>
</head>
<body>
<p>this is a bug</p>
</body>
</html>
TEST;
echo $test;
?>
Attachments
Change History
Changed 11 years ago by Roberto Corrado
- Attachment heredoc-highlight-bug.png added
Highlighting of this code is wrong.
Note: See
TracTickets for help on using
tickets.

Highlighting of this code is wrong.