Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7373 invoked by uid 1010); 25 Sep 2003 15:45:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7337 invoked from network); 25 Sep 2003 15:45:54 -0000 Received: from unknown (HELO bugge.potatoe.com) (216.240.48.15) by pb1.pair.com with SMTP; 25 Sep 2003 15:45:54 -0000 Received: from localhost (localhost [127.0.0.1]) by bugge.potatoe.com (8.12.9/8.12.2) with ESMTP id h8PFmpKd010707 for ; Thu, 25 Sep 2003 08:48:51 -0700 (PDT) Date: Thu, 25 Sep 2003 08:48:51 -0700 (PDT) To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: avoid __call() of internal functions From: tater@potatoe.com (Brad Bulger) i've been trying to look at zend_execute_API to figure out how to stop it from going to a class's __call() method for build-in functions - already had run into this with __sleep()/__wake(), now much more so with __toString(). but it's just out of my league so far. does it seem like a reasonable thing to do? thought it good to check before getting to much further.