Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » No variable declared,Need to indicate error
No variable declared,Need to indicate error [message #1786594] Tue, 08 May 2018 07:16 Go to next message
wei zhang is currently offline wei zhangFriend
Messages: 3
Registered: May 2018
Junior Member
No variable declared,Need to indicate error
such as :
public function actionTestA()
{
try{
echo $a;
var_dump($_SERVER);
exit;
}catch (\Exception $e){
return Tools::jsonReturn(123,$e->getMessage());
}
}
$a not declared,Why don't you tell me the error in the editor?
I need a warning error like a wavy line, a hint like phpstorm
how to do it?

[Updated on: Wed, 16 May 2018 06:40]

Report message to a moderator

Re: No variable declared,Do not prompt for errors [message #1786899 is a reply to message #1786594] Tue, 15 May 2018 07:41 Go to previous messageGo to next message
wei zhang is currently offline wei zhangFriend
Messages: 3
Registered: May 2018
Junior Member
.

[Updated on: Thu, 17 May 2018 06:17]

Report message to a moderator

Re: No variable declared,Do not prompt for errors [message #1787145 is a reply to message #1786899] Sat, 19 May 2018 19:05 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 290
Registered: March 2013
Senior Member
We added this to PDT 6.0 (will be available in next month together with Eclipse 4.8.0 Photon). Feature is currently available in PEX Core Plugin : http://p2.pdt-extensions.org/

Re: No variable declared,Do not prompt for errors [message #1787369 is a reply to message #1787145] Thu, 24 May 2018 08:04 Go to previous message
wei zhang is currently offline wei zhangFriend
Messages: 3
Registered: May 2018
Junior Member
thank you very much
Previous Topic:How to establish a mixed project (HTML,CSS and PHP)
Next Topic:AutoSincronize Local to Server
Goto Forum:
  


Current Time: Sat Apr 27 02:58:46 GMT 2024

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

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

Back to the top