Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25603 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82417 invoked by uid 1010); 11 Sep 2006 09:33:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82402 invoked from network); 11 Sep 2006 09:33:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2006 09:33:39 -0000 Authentication-Results: pb1.pair.com header.from=michael.walter@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=michael.walter@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.188 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: michael.walter@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.188] ([64.233.182.188:10136] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/A1-02095-27D25054 for ; Mon, 11 Sep 2006 05:33:38 -0400 Received: by nf-out-0910.google.com with SMTP id y25so1278826nfb for ; Mon, 11 Sep 2006 02:33:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S2TyKOvINCgjp+N2aAG1zc7a2Mwy7XYPmj4V4lD3iT7jTO3/jx97KdD9JfUy7wnMTceusQEAzn4+yWcQsMHtqVZJXQjNRoT5BP81U7kHgAkvRGiRAP+6CkD/dx0PlfdHt1OTpHe5lybyOxFfYPlOdphi95GPUvWxwJrPRLAQM9U= Received: by 10.49.29.3 with SMTP id g3mr7804822nfj; Mon, 11 Sep 2006 02:33:35 -0700 (PDT) Received: by 10.49.11.6 with HTTP; Mon, 11 Sep 2006 02:33:35 -0700 (PDT) Message-ID: <877e9a170609110233i543a793er179fb326b66969e6@mail.gmail.com> Date: Mon, 11 Sep 2006 11:33:35 +0200 To: RQuadling@googlemail.com Cc: "dAniel hAhler" , internals@lists.php.net In-Reply-To: <10845a340609110106y5a21de3coc98659cde5ef0465@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <015801c6d4d5$6440d1d0$9a02a8c0@pc> <7f3ed2c30609100744x7a5d4fdfs9601ae4671b351d3@mail.gmail.com> <003401c6d4ee$1b251d80$9a02a8c0@pc> <1803358544.20060910173549@marcus-boerger.de> <29.48.46429.82A54054@pb1.pair.com> <10845a340609110106y5a21de3coc98659cde5ef0465@mail.gmail.com> Subject: Re: [PHP-DEV] Re: __autoloading and functions From: michael.walter@gmail.com ("Michael Walter") On 9/11/06, Richard Quadling wrote: > One way in useerland to solve this is to use an error handler to > identify non existant function calls and then use an appropriate > mechanism to find them. You can't catch fatal errors. Regards, Michael