[PHP-DEV] Re: Array of current instances count

2013-03-30 Thread Joe Watkins
On 03/30/2013 07:45 AM, Joe Watkins wrote: On 03/29/2013 04:50 PM, Frank Liepert wrote: Hello Internals, I'm thinking about a new function returning an array of classes and their individual number of instances. It would look pretty much like the result of get_declared_classes(). An Example:

[PHP-DEV] Re: Array of current instances count

2013-03-30 Thread Joe Watkins
On 03/29/2013 04:50 PM, Frank Liepert wrote: Hello Internals, I'm thinking about a new function returning an array of classes and their individual number of instances. It would look pretty much like the result of get_declared_classes(). An Example: print_r (get_instantiated_classes()); // Arr