From: wagner at globalpark dot de Operating system: my Browser PHP version: 4CVS-2003-06-02 (stable) PHP Bug Type: Documentation problem Bug description: method_exists doesn't work on classes
method_exists works on objects, not classes, like the documentation says. There's a difference. Also, I think there are ways for methods to be get into an object without belonging to the object's class. Aggregation? Seen in online documentation on http://www.php.net/manual/en/function.method-exists.php -- Edit bug report at http://bugs.php.net/?id=23962&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=23962&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=23962&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=23962&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=23962&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=23962&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=23962&r=support Expected behavior: http://bugs.php.net/fix.php?id=23962&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=23962&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=23962&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=23962&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23962&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=23962&r=dst IIS Stability: http://bugs.php.net/fix.php?id=23962&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=23962&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php