Re: [PHP-DEV] More work on reflection API

2003-07-03 Thread Andrei Zmievski
On Tue, 01 Jul 2003, Timm Friebe wrote: > - Added Reflection_Class::getModifiers which returns a long > consisting of the bitmask of modifiers which are registered > as constants with the following names: > > STATIC > ABSTRACT > FINAL > INTERFACE > ABSTRACT_CLASS > FINAL_CLASS >

[PHP-DEV] More work on reflection API

2003-07-01 Thread Timm Friebe
On Tue, 2003-07-01 at 20:27, Timm Friebe wrote: > Hello, > I went ahead and spent some time on the new reflection API. A patch (778 > lines:)) and a demo script are attached. More to come: - - Added some necessary efree()'s before