Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52412 invoked by uid 1010); 8 Aug 2005 12:11:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52397 invoked from network); 8 Aug 2005 12:11:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2005 12:11:34 -0000 X-Host-Fingerprint: 213.46.255.27 viefep11-int.chello.at Solaris 8 (1) Received: from ([213.46.255.27:14648] helo=viefep11-int.chello.at) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BB/04-04646-5FB47F24 for ; Mon, 08 Aug 2005 08:11:33 -0400 Received: from sunshine.home ([80.108.136.197]) by viefep11-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050808121130.GXFZ2678.viefep11-int.chello.at@sunshine.home> for ; Mon, 8 Aug 2005 14:11:30 +0200 Received: from [213.164.23.137] (helo=[10.15.10.17]) by sunshine.home with esmtpa (Exim 4.50) id 1E26S6-0003Eg-MT for internals@lists.php.net; Mon, 08 Aug 2005 14:09:59 +0200 Message-ID: <42F74BCD.6060406@fischer.name> Date: Mon, 08 Aug 2005 14:10:53 +0200 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0 X-Spam-Level: / X-Spam-Report: Spam detection software, running on the system "sunshine.home", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Derick Rethans wrote: > As type hinting is a new OO thing, it might perhaps make some sense to > make this an exception instead - as this error might also happen for > dynamic things by people who use the classes you designed. In that case > having this fatal error to stop the whole application can be annoying. > Opinions? [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- Subject: Re: [PHP-DEV] type hinting throwing a fatal error From: markus@fischer.name (Markus Fischer) Derick Rethans wrote: > As type hinting is a new OO thing, it might perhaps make some sense to > make this an exception instead - as this error might also happen for > dynamic things by people who use the classes you designed. In that case > having this fatal error to stop the whole application can be annoying. > Opinions? +1 on throwing an exception. - Markus