On Wed, 2003-07-02 at 03:06, George Schlossnagle wrote:
> I don't see how that could work with inherited methods
You mean a constellation like this:
class Base {
public function inbase() {
}
}
class AParent extends Base {
}
class Child extends AParent {
}
$class
I don't see how that could work with inherited methods
On Tuesday, July 1, 2003, at 08:53 PM, Timm Friebe wrote:
On Wed, 2003-07-02 at 02:44, George Schlossnagle wrote:
[...]
It needs the class entry too to really have context. At least thats
how my implementation was working.
Hrm, AFAIK fu
On Wed, 2003-07-02 at 02:44, George Schlossnagle wrote:
[...]
> It needs the class entry too to really have context. At least thats
> how my implementation was working.
Hrm, AFAIK function_ptr->common.scope == .
- Ti "works for me" mm:)
--
PHP Internals - PHP Runtime Development Mailing Lis
On Tuesday, July 1, 2003, at 06:23 PM, Timm Friebe wrote:
On Tue, 2003-07-01 at 23:36, George Schlossnagle wrote:
Csn you make your diff of current cvs? I committed a good bit of your
previous patch.
Yup, you'll find it attached.
cool.
I don't know if i dig the way you implemented reflection_m
On Tue, 2003-07-01 at 23:36, George Schlossnagle wrote:
> Csn you make your diff of current cvs? I committed a good bit of your
> previous patch.
Yup, you'll find it attached.
> I don't know if i dig the way you implemented reflection_method. I
> have some partially complete work that handles
Csn you make your diff of current cvs? I committed a good bit of your
previous patch.
I don't know if i dig the way you implemented reflection_method. I
have some partially complete work that handles this in a manner more
consistent with the rest of the code.
George
On Tuesday, July 1, 2003