Re: [Announce] PHPLint 0.3 - PHP source parser and validator
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: [Announce] PHPLint 0.3 - PHP source parser and validator

From: Janwillem Borleffs <jw@jwscripts.com>
Date: Fri Sep 30 2005 - 10:17:10 CEST

Umberto Salsi wrote:
> PHPLint is a parser and semantic validator of PHP programs. The
> programmer can add to the source the PHPLint meta-code, that enhance the
> syntax of the PHP language toward the paradigm of a strong-type language.
>

You might want to add variable variables and functions support:

         $this->$property = @$_REQUEST[$name];
                         \_ HERE
31: FATAL ERROR: expected property name or method name after `->'

JW
Received on Tue Oct 18 02:29:51 2005