What is the name of the PHP function used to automatically load non-yet defined classes?
autoload()
__autoload()
__catch()
load()
loadClass()
Submit