IF i had a file named header.php
and i had ERROR_REPORTING set to E_ALL in that file
And then i included, or required that file, in another php file, say Index.php
Is index.php now cranked upto E_ALL too? or will i have to declare E_ALL again?
The Manual says:
The error_reporting() function sets the error_reporting directive at runtime. PHP has many levels of errors, using this function sets that level for the duration (runtime) of your script.