Re: Tool to parse and validate PHP script?
Gilles Ganault wrote:
> Hello
>
> Is there a tool on Linux/FreeBSD that can parse a PHP script to make
> sure there's no compile-time issues?
You will never have a compile-time error with PHP since PHP is a script
and, hence, doesn't compile. Perhaps you mean run-time issues?
|