ID: 12430
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Class/Object related
Operating System: windows 2000
PHP Version: 4.0.6
New Comment:
Works for me just fine with PHP 4.1.0RC1
Previous Comments:
------------------------------------------------------------------------
[2001-07-27 11:59:08] [EMAIL PROTECTED]
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 this 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]