Debugger DLTK Problem produces syntax error [message #95444] |
Thu, 19 March 2009 19:57 |
Eclipse User |
|
|
|
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 />';
|
|
|
Powered by
FUDForum. Page generated in 0.03688 seconds