View Single Post

  #10 (permalink)  
Old 05-08-2008
sheldonlg
 
Posts: n/a
Default 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?
Reply With Quote