Forced variable declaration?
Is there a way to force the PHP environment to require declarations of variable's prior to their use? I've been making some stupid mistakes/bugs in my code and I want to make a stricter environment to keep myself in line.
