|
From: SourceForge.net <no...@so...> - 2007-06-02 21:35:33
|
Bugs item #1571336, was opened at 2006-10-05 14:29 Message generated for change (Comment added) made by blueyed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1571336&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: text area and syntax packages Group: minor bug Status: Open Resolution: Later Priority: 3 Private: No Submitted By: PBijl (pbijl) >Assigned to: Nobody/Anonymous (nobody) Summary: PHP Heredoc syntax Initial Comment: Expression on the identifier isnt case-sensitive. <?php print <<<IDENTIFIER Hi identifier /* <- syntax ends here */ IDENTIFIER; ?> Reg, PBijl - Prioserve Internetdiensten ---------------------------------------------------------------------- >Comment By: daniel hahler (blueyed) Date: 2007-06-02 23:35 Message: Logged In: YES user_id=663176 Originator: NO Un-assigning: this are core bug / missing features. ---------------------------------------------------------------------- Comment By: Chris Petersen (forevermore) Date: 2006-12-08 21:49 Message: Logged In: YES user_id=162554 Originator: NO Nor does it lock to the beginning of the line, which is definitely a bug since AT_LINE_START="TRUE" is set properly in the mode.xml file. ---------------------------------------------------------------------- Comment By: daniel hahler (blueyed) Date: 2006-10-08 05:08 Message: Logged In: YES user_id=663176 As far as I know there's no way to make it case sensitive at the moment. Additionally, it should match at the beginning of the line only. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1571336&group_id=588 |