2005/10/5, Jochem Maas <[EMAIL PROTECTED]>:
...
> >   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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to