Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67897 invoked by uid 1010); 20 Feb 2005 16:41:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67882 invoked from network); 20 Feb 2005 16:41:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2005 16:41:10 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:38622] helo=mail.zend.com) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id 65/8A-12222-3ADB8124 for ; Sun, 20 Feb 2005 11:41:08 -0500 Received: (qmail 30734 invoked from network); 20 Feb 2005 16:41:02 -0000 Received: from internal.zend.office (HELO localhost) (10.1.1.1) by internal.zend.office with SMTP; 20 Feb 2005 16:41:02 -0000 Date: Sun, 20 Feb 2005 19:39:34 +0300 To: Marcus Boerger Cc: internals@lists.php.net Message-ID: <20050220193934.2801f9dd.antony@zend.com> In-Reply-To: <1747497446.20050218191427@marcus-boerger.de> References: <20050218170535.243fee54.antony@zend.com> <1747497446.20050218191427@marcus-boerger.de> 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: Re: [PHP-DEV] [patch] bug #29210 is_callable - no support for private and protected classes From: antony@zend.com (Antony Dovgal) On Fri, 18 Feb 2005 19:14:27 +0100 Marcus Boerger wrote: > Hello Antony, > > there is no need to fetch the instance (or create a temporairy one) > since > the function table is bound to the class rather then the instance. > This is the major difference between real object oriented (sometimes > referred to as prototype based like java script for instance) and > class based. Yeah, thanks for the hint, Marcus. Here is new version of the patch: http://tony2001.phpclub.net/dev/tmp/is_callable_new.diff -- Wbr, Antony Dovgal aka tony2001 antony@zend.com