Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85555 invoked by uid 1010); 4 Jan 2006 11:34:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85540 invoked from network); 4 Jan 2006 11:34:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2006 11:34:04 -0000 X-Host-Fingerprint: 213.237.67.135 213.237.67.135.adsl.by.worldonline.dk Linux 2.4/2.6 Received: from ([213.237.67.135:14811] helo=mail.ter.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2B/E3-34518-BA2BBB34 for ; Wed, 04 Jan 2006 06:34:03 -0500 Received: from workpenguin (workpenguin [192.168.1.32]) by mail.ter.dk (Kaffemaskine) with SMTP id A52DF8A41B3; Wed, 4 Jan 2006 12:33:59 +0100 (CET) To: derick@php.net (Derick Rethans) Cc: Date: Wed, 04 Jan 2006 12:33:32 +0100 Message-ID: References: <20060103205728.GF26280@desario.homelinux.net> <7.0.0.16.2.20060103154506.043678e8@zend.com> <829348376.20060104010548@marcus-boerger.de> In-Reply-To: X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] __call overload detection From: penguin@php.net (Peter Brodersen) On Wed, 4 Jan 2006 10:19:22 +0100 (CET), in php.internals derick@php.net (Derick Rethans) wrote: >That is not fully true, as you can use function_exists() on mysql_query,= =20 >where there is no such possibility for methods that are overloaded with=20 >__call(). .. with some exceptions though (function names might exist but still unusable), as mentioned in the documentation. --=20 - Peter Brodersen