Error_reporting E_NOTICE

Error-Reporting fifth Levels E_NOTICE .This is control run-time notices (these are warnings which often result from a bug in your code, but it's possible that it was intentional (e.g., using an uninitialized variable and relying on the fact it's automatically initialized to an empty string)

Example :

error_reporting = E_NOTICE




Content