short tags [message #66883] |
Wed, 27 February 2008 08:06  |
Eclipse User |
|
|
|
Dear All:
I don't use short tags. That is to say, I always use <?php ... ?>, and
never <? ... ?>. My php.ini is configured to enforce this.
That being the case, how do I prevent this code:
<?xml version="1.0" encoding="iso-8859-1"?>
.... showing up as an error? I always see this:
Multiple annotations found at this line:
- Syntax Error
- Syntax Error: unexpected 'encoding'
- Syntax Error: unexpected 'version'
- Syntax Error
.... which is kind of annoying. Eclipse thinks that that <? is an opening
tag for some PHP, when it isn't.
Any advice would be appreciated.
Regards
G.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.28497 seconds