Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » inline php not being recognized
inline php not being recognized [message #61056] Thu, 15 November 2007 08:56
Max is currently offline MaxFriend
Messages: 1
Registered: July 2009
Junior Member
Hello,

I've installed the latest version of PDT (sept 18 2007, I believe), and
checked out a php project out of our CVS repository.

I am getting hundreds of annotation errors for inline php.

For example:

<td style="padding-right: 20px;"><img
src="<?=WEBIMG_PATH;?>/logo.png"/></td>

The error annotations are:
- Invalid character used in text string (<?=WEBIMG_PATH;?>/logo.png"/>).
- Invalid text string (<?=WEBIMG_PATH;?>/logo.png"/>).
- Tag (img) should be an empty-element tag
- Start tag (<img>) not closed

Obviously, this is a bug, as the above html/php code is legitimate.

Does anyone know how I can fix this?

Thanks for any info

Max
Previous Topic:Remote Debugging with xdebug - debug session won't start in eclipse
Next Topic:SESSION vars do not work for zend debugger?
Goto Forum:
  


Current Time: Fri Apr 26 00:01:57 GMT 2024

Powered by FUDForum. Page generated in 0.02179 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top