Hello.
Is there any way please I can make the PHP interpreter report "undefined
variable" errors, instead of replacing unknown variables with nothing?
Three times today, I've tracked an error down to using a non-existant
variable which had arrived though a typo or a scoping error.
Many thanks.
Bill, trying to learn.
Is there any way please I can make the PHP interpreter report "undefined
variable" errors, instead of replacing unknown variables with nothing?
Three times today, I've tracked an error down to using a non-existant
variable which had arrived though a typo or a scoping error.
Many thanks.
Bill, trying to learn.
Comment