I have a common included file with error_reporting set to 0 If I do a var_dump(error_reporting()) right after it it returns 0 In a file that includes this common file, if I var_dump(error_reporting()) there it return 2047, which I believe is E_ALL It that the correct behaviour of error_reporting??? Thanks
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php