Image

Imagehalkeye wrote in Imagephp_dev

php 4

Is there a way to do a syntax check in php to look up typoed variable names? like ones that are only used once, or uninitialized?
i've tried using error_reporting(E_ALL), but i seem to only get the errors reporting on runtime.

and is it just me, or is the syntax checker (php -l) quite useless?