Posted by Janwillem Borleffs on 09/30/05 11:17
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
[Back to original message]
|