Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » inline php not being recognized
inline php not being recognized [message #61056] Thu, 15 November 2007 03:56
Eclipse UserFriend
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: Wed Apr 30 05:42:04 EDT 2025

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

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

Back to the top