From:             [EMAIL PROTECTED]
Operating system: windows 2000
PHP version:      4.0.6
PHP Bug Type:     Class/Object related
Bug description:  is_subclass_of

if I have a class like this
class PEAR_Error {
Note the uppercase !


and $a=new PEAR_Error();


if I do is_subclass_of($a,'PEAR_Error'), it won't work
but is_subclass_of($a,'pear_error') will work

-- 
Edit bug report at: http://bugs.php.net/?id=12430&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to