I've also seen PHPLint (http://www.icosaedro.it/phplint/)-- a static code analysis engine for PHP code. It's not exactly a syntax checker but I thought I'd mention it anyway. Has anyone used PHPLint with BBEdit?
-NorthK On Mon, Aug 3, 2009 at 3:18 PM, G. T. Stresen-Reuter<[email protected]> wrote: > > On Aug 3, 2009, at 9:27 PM, Magnusvb wrote: > >> Hello >> >> Is it possible to – in some way – check the syntax in a PHP file. If >> not, is there any other software out there which can do it? >> >> (I hate to forget a semicolon and spending a lot of time searching for >> it ;) ) > > I'm not sure how to set it up, but I'll bet this is a good time to use > the Scripts menu. The following command (from the command line) does a > syntax check on the selected file. > > php -l -f /path/to/file.php > > Maybe one of the scripts gurus on the list can help point the way? > > Ted Stresen-Reuter > > > > > -- North Krimsly, Web Designer www.highintegritydesign.com 541.760.2907 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
