I am interested to know if PHP has a super class like Java's Object.
The reason I would like to know is that I want to overload it for the purpose of gaining insight to my large PHP project. I aim to overload the class to determine what is being called and develop some knowledge about classes which may be deprecated/aren't used.
Potentially, this may be a question of a tool that you may point me to (as I am sure there would be something like this already). I have searched and couldn't find anything (potentially bad google foo skills) and in the case the tool is found I am happy to alter the question so not as to mislead others who find this.
Many thanks everyone.