Your assumption is bad, Andreas, because viplex has never claimed that it was a full source code in his post above. It is obvious that it was just a problematic fragment (single line) of his source code.
I agree with viplex that PHP files may also contain other (than PHP per se) source codes like: (X)HTML, JavaScript, CSS... And that is why it would be very, very nice if "multihighlighter" for PHP files worked correctly with 2 character sequence "?>" in the following cases: 1. one-line comments (after // 2 char sequence); 2. multi-line block comments (between /* and */ 2 char sequences); 3. multi-line single quoted strings (between ' and ' pair except \' 2 char possible sequences); 4. multi-line double quoted strings (between " and " pair except \" 2 char possible sequences); 5. multi-line unquoted Nowdoc strings (between <<<'Some_Identifier1' and Some_Identifier1;); 6. multi-line unquoted Heredoc strings (between <<<Some_Identifier2 and Some_Identifier2;). With the priority of implementation in PSPad from 1 (highest) to 6 (lowest) in my opinion. ;-) More info on subject of strings in PHP: http://php.net/manual/en/language.types.string.php -- <http://forum.pspad.com/read.php?4,65420,65444> PSPad freeware editor http://www.pspad.com
