Posted by ogrange on 10/21/43 11:28
2005/10/5, Jochem Maas <jochem@iamjochem.com>:
....
> > function Object()
> > {
> > if (!is_subclass_of($this, "Object"))
> > {
>
> could it be a case-sensitivity problem (within APC)
> so that maybe this does work?:
>
> if (!is_subclass_of($this, "object"))
....
It behaves the same. I get the same error, due to is_subclass_of()
returning false instead of true, only with APC is enabled.
Thank you
[Back to original message]
|