I am rewriting an application to take advantage of the __autoload
functionality. If I accidentally declare a variable in the parent class
which was previously declared in a child class, the child class fails on
load, the script terminates, and no error is given.
Is there anything I can do to show this error and its source?