Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Debugger DLTK Problem produces syntax error
Debugger DLTK Problem produces syntax error [message #95444] Thu, 19 March 2009 23:57
vincent jacobs is currently offline vincent jacobsFriend
Messages: 13
Registered: July 2009
Location: Canada
Junior Member
Hi - I have just installed a new all in one product from Zend. A very
simple PHP script is producing syntax errors in one part of the script. Th
eType is given as DLTK error. I have checked that I have the most up to
date DLTK updates.

The syntax is correct. Curiously I use the same syntax elsewhere in the
script in the same context and I get no error.

The debugger does not like the use of the '<br />' in the last 3 lines (
beloe) BUT it is happy in the previous 20. Andy advice is greatly
received - I have checked the bug reports and see nothing on this.

VJ


echo 'How Many'. $howmany . '<br />;
echo 'What Did they do ?'. $whattheydid . '<br />';
echo 'Other' . $other . '<br />';
echo 'email' . $email . '<br />';
Previous Topic:A little help with running as PHP Script
Next Topic:[Announce] PDT 2.1.0M6 is available
Goto Forum:
  


Current Time: Sat Apr 20 00:31:10 GMT 2024

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

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

Back to the top