Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83082 invoked by uid 1010); 6 Apr 2005 13:46:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82943 invoked by uid 1007); 6 Apr 2005 13:46:10 -0000 Message-ID: <20050406134609.82942.qmail@lists.php.net> To: internals@lists.php.net Date: Wed, 06 Apr 2005 15:46:08 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 62.138.229.210 Subject: class_implements()/class_parents() accepting string parameter From: lsmith@php.net (Lukas Smith) Hi, it would be very useful if class_implements()/class_parents() would also handle a string containing a class name instead of requiring an object instance. regards, Lukas