Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21127 invoked by uid 1010); 3 Jan 2006 21:01:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21112 invoked from network); 3 Jan 2006 21:01:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2006 21:01:13 -0000 X-Host-Fingerprint: 147.202.47.146 cruiser.plexpod.net Linux 2.5 (sometimes 2.4) (4) Received: from ([147.202.47.146:48003] helo=cruiser.plexpod.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E8/18-34518-816EAB34 for ; Tue, 03 Jan 2006 16:01:12 -0500 Received: from dsl254-067-175.nyc1.dsl.speakeasy.net ([216.254.67.175] helo=desario.homelinux.net) by cruiser.plexpod.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1EttHB-0005a0-Gn for internals@lists.php.net; Tue, 03 Jan 2006 16:01:01 -0500 Received: by desario.homelinux.net (sSMTP sendmail emulation); Tue, 3 Jan 2006 15:57:28 -0500 Date: Tue, 3 Jan 2006 15:57:28 -0500 To: php internals Message-ID: <20060103205728.GF26280@desario.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cruiser.plexpod.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - plexpod.com X-Source: X-Source-Args: X-Source-Dir: Subject: __call overload detection From: andrew@plexpod.com (Andrew Yochum) Currently there is no way to detect if the __call overloads a particular method. Property overloading has __isset now in 5.1 - maybe for method overloading the equivalent should be something like __iscallable. Maybe method_exists should remain as is, as the method won't ever really exist but is_callable would/could use it, or perhaps some new function. Is this a reasonable request? Thoughts? Regards, Andrew -- Andrew Yochum Plexpod andrew@plexpod.com 718-360-0879