Zend Certified PHP Engineer
204 Questions
Question No. 1
Reflection is an extension that can be disabled
Reflection is a new extension present only in PHP 5.3+
Reflection only allows to reflect on built-in classes
Built-in classes can be reflected on command line using php --rc <classname>