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



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

.


Quantcast