On Fri, 5 Nov 2004 06:20:11 +0800, Exile <[EMAIL PROTECTED]> wrote:
> Is there any package like 'strict' or 'warnings' in PHP, like Perl ?

error_reporting(E_ALL | E_STRICT);

E_STRICT was added in PHP5.


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to