Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18907 invoked by uid 1010); 18 Feb 2005 14:06:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18892 invoked from network); 18 Feb 2005 14:06:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2005 14:06:59 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:40934] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id C5/80-02682-086F5124 for ; Fri, 18 Feb 2005 09:06:57 -0500 Received: (qmail 5842 invoked from network); 18 Feb 2005 14:06:52 -0000 Received: from internal.zend.office (HELO linux) (10.1.1.1) by internal.zend.office with SMTP; 18 Feb 2005 14:06:52 -0000 Date: Fri, 18 Feb 2005 17:05:35 +0300 To: php-dev Message-ID: <20050218170535.243fee54.antony@zend.com> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-vine-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [patch] bug #29210 is_callable - no support for private and protected classes From: antony@zend.com (Antony Dovgal) Hi all! Any volunteers to review & commit patch for #29210 ? Fresh diff against latest HEAD: http://tony2001.phpclub.net/dev/tmp/is_callable_HEAD.diff The patch adds support of protected/private methods to is_callable(), taking care of the context. test file: http://tony2001.phpclub.net/dev/tmp/is_callable.phpt x-posted to #php.bugs =) -- Wbr, Antony Dovgal aka tony2001 antony@zend.com