On Wed, Feb 27, 2013 at 7:12 PM, Crypto Compress < cryptocompr...@googlemail.com> wrote:
> "Get rid of ~10% of all reflection usecases with only one function." > > This is really an exorbitant shiny argument on its own. Simple too good to > be true. What am i missing? :) > You're missing: Why the heck do we want to get rid of Reflection? It's not like Reflection was added just for fun. It was added to be actually used. There is no need to replace (new ReflectionClass($class))->getConstants() with get_class_constants($class). Do we want to alias *all* Reflection methods in this way? Imho this is just absurd. Nikita