[ phpeclipse-Bugs-1158911 ] Parse errors in "" strings missed
"SourceForge.net" <[email protected]> Thu, 10 May 2007 23:07:40 -0700
| Newsgroups | gmane.comp.ide.eclipse.phpeclipse.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1158911, was opened at 2005-03-08 03:44
Message generated for change (Comment added) made by emann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1158911&group_id=57621
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PHP Parser
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Edward Mann (emann)
Summary: Parse errors in "" strings missed
Initial Comment:
Parse errors in "" strings like the one below are
reported in PHP 4.8.x
The PHPEclipse compiler doesn't report these as an
error however.
Replicated in PHPEclipse versions 1.3 & 1.2.
<?php
//==========================================
// Begin incorrect php code, passed by PHPEclipse
$arrTest = array('strTest' => 'My Test');
$strResult = "The value is $arrTest['strTest'] ";
//===========================================
// Begin correct php code, which PHPEclipse should
require
$arrTest = array('strTest' => 'My Test');
$strResult = "The value is {$arrTest['strTest']} ";
?>
----------------------------------------------------------------------
>Comment By: Edward Mann (emann)
Date: 2007-05-11 01:07
Message:
Logged In: YES
user_id=430467
Originator: NO
I am taking this bug. It will be part of my parser work for the next
release after 1.1.9
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1158911&group_id=57621
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/