Briefing Zend Knowledge

Which of the following statements about Reflection are correct?

Which of the following statements about Reflection are correct? (Choose 2)

A.
Since 5.1 reflection is an extension that can be disabled

B.
Reflection is present in any installation of PHP 5 or later

C.
Reflection only allows to reflect on built-in classes

D.
Built-in classes can be reflected on command line using php �rc <classname>