Skip to main content



      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 03:16 Go to next message
Eclipse UserFriend
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 02:40] by Moderator

Re: No variable declared,Do not prompt for errors [message #1786899 is a reply to message #1786594] Tue, 15 May 2018 03:41 Go to previous messageGo to next message
Eclipse UserFriend
.

[Updated on: Thu, 17 May 2018 02:17] by Moderator

Re: No variable declared,Do not prompt for errors [message #1787145 is a reply to message #1786899] Sat, 19 May 2018 15:05 Go to previous messageGo to next message
Eclipse UserFriend
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 04:04 Go to previous message
Eclipse UserFriend
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: Fri Jul 04 21:50:36 EDT 2025

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

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

Back to the top