Zend
200-530 · Question #116
200-530 Question #116: Real Exam Question with Answer & Explanation
The correct answer is C. __autoload is being called for missing interfaces D. Inside __autoload missing classes trigger __autoload. See the full explanation below for the reasoning.
Question
Which of the following statements are correct? (Choose 2)
Options
- AIt is possible to specify more than one __autoload function
- B__autoload receives the missing class name all lowercased
- C__autoload is being called for missing interfaces
- DInside __autoload missing classes trigger __autoload
Community Discussion
No community discussion yet for this question.