Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21403 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84226 invoked by uid 1010); 4 Jan 2006 11:32:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84210 invoked from network); 4 Jan 2006 11:32:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2006 11:32:35 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:27403] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E1/B3-34518-252BBB34 for ; Wed, 04 Jan 2006 06:32:34 -0500 Received: (qmail 28102 invoked from network); 4 Jan 2006 11:32:29 -0000 Received: from shire.zend.office (10.1.2.160) by internal.zend.office with SMTP; 4 Jan 2006 11:32:29 -0000 Date: Wed, 4 Jan 2006 13:32:29 +0200 (IST) X-X-Sender: frodo@shire.zend.office To: Marcus Boerger cc: php internals In-Reply-To: <1594973025.20060104122023@marcus-boerger.de> Message-ID: References: <20060103205728.GF26280@desario.homelinux.net> <7.0.0.16.2.20060103154506.043678e8@zend.com> <829348376.20060104010548@marcus-boerger.de> <1594973025.20060104122023@marcus-boerger.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] __call overload detection From: stas@zend.com (Stanislav Malyshev) MB>> but that is a way of having __call that obviously doesn't fit the real MB>>world. In a real world application i only implement a few things with call MB>>and dislike having all the others implemented automatically also. And the MB>>i have to care about error generation while the engine could help me a lot MB>>so that my error messages look and behave just like they would if there MB>>is no __call. But that would indeed require some __exists() or MB>>__implemented() support(). Nothing prevents you from having __implemented or __whateveryoulike. However, I don't see how engine could know beforehand if your __call would succeed or not, so __implemented has no relation whatsoever to __call, unless you make this relation in your code - and engine can't know you did. -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115