Hi!

> Before drafting an RFC I would like to gauge interest in adding:
> get_object_constants and get_class_constants
> 
> Currently this can only be done through ReflectionClass which is far slower
> than retrieving them directly from the constants table.  Some simple
> timings show that through reflection retrieving these values is 2-3 times
> slower than providing a quick access function for retrieval.

What kind of application depends on performance on retrieval of class
constant table? I.e. what is the use case that would be served by this
change?

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to