Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » DLTK problem - Syntax Error on double quotes !! Why ??(Strange !? syntax error on double quotes , why i'm getting this ?)
DLTK problem - Syntax Error on double quotes !! Why ?? [message #1385359] Thu, 05 June 2014 19:42 Go to next message
stelios stelios is currently offline stelios steliosFriend
Messages: 1
Registered: June 2014
Junior Member
Hello , i'm new to eclipse and i'm trying to figure out how it works ! I created a new project from existing source files and when i browse my files i see red exclamation marks in PHP Explorer and on problems window i get 115 Syntax Errors !!

Description	Resource	Path	Location	Type
syntax error	cron.php	/simple_invoices/include/class	line 193	DLTK Problem


Line 193
$return['cron_message'] ="Cron started";


If i change " to ' the error message disappears.

How can i avoid this ? There are a lot double quotes i cant replace them all !!

Thanks !!
Re: DLTK problem - Syntax Error on double quotes !! Why ?? [message #1389145 is a reply to message #1385359] Fri, 27 June 2014 11:55 Go to previous message
Bill Krawiec is currently offline Bill KrawiecFriend
Messages: 5
Registered: June 2014
Junior Member

First thing that came to my mind that maybe those "double quotes" are just quote characters " (see html entities “ and ”). I often had this problem while coping code from some websites.

Besides you can simply use replace in files function to replace those quotes in all files in project.
Previous Topic:Can we debug php code in eclipse helios???
Next Topic:PHP class autocomplete
Goto Forum:
  


Current Time: Fri Apr 19 03:12:45 GMT 2024

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

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

Back to the top