Menu

PHP syntax checker

2007-12-22
2012-11-14
  • Nobody/Anonymous

    Can anyone write a PHP syntax checker plugin?

     
    • Nobody/Anonymous

      I love PHP!~ hoho~~~lol~

       
    • Nobody/Anonymous

      I love php too~

       
    • Nobody/Anonymous

      Yes all very funny but is there someone that can give a serious reply?

       
    • Ross McKay

      Ross McKay - 2008-01-23

      What's wrong with PHP itself? If you run PHP as a command line utility with -l (letter L), it will run as PHP lint and check for syntax errors. e.g.

          php -l broken.php

      Hook it up as an external tool, perhaps through a batch file.

       
    • Nobody/Anonymous

      What I want is a auto-syntax checker which will show the error during typing the source code. Just like typing java code in Eclipse, it will mark the syntax error.

       
    • Nobody/Anonymous

      You just have to write a Scintilla plugin.

       
    • Nobody/Anonymous

      abet....