On Thu, July 21, 2005 3:50 pm, Markus Fischer said:
> is there a way to have a more torough checking of PHP code before
> executing?

Use E_ALL if you aren't already.

Most people aren't because the default is E_ALL ~ E_NOTICE, which is a Big
Mistake for a default, imnsho.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to