Re: is_subclass_of() weird behaviour with APC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2005/10/5, Jochem Maas <jochem@xxxxxxxxxxxxx>:
...
> >   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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux