Which of the following statements are correct? (Choose 2)
It is possible to specify more than one __autoload function
__autoload receives the missing class name all lowercased
__autoload is being called for missing interfaces
Inside __autoload missing classes trigger __autoload
Submit