If I have code producing the above notice, and similar such as undefined offset for arrays, would adding isset()
or empty()
checks improve the performance of the script in addition to remvoing the error notices?
Edit: Just to clarify, I want error reporting on and I know isset will get around the notices, this question was more about the performance side.