Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76143 invoked from network); 21 Jul 2009 17:01:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2009 17:01:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.226.6.51 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.226.6.51 darkcity.gna.ch Linux 2.6 Received: from [195.226.6.51] ([195.226.6.51:33720] helo=mail.gna.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/05-02180-66BE56A4 for ; Tue, 21 Jul 2009 12:23:03 -0400 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 6F2AB1394C0; Tue, 21 Jul 2009 18:22:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at gna.ch Received: from mail.gna.ch ([127.0.0.1]) by localhost (gna.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6gox1ErwASBh; Tue, 21 Jul 2009 18:22:59 +0200 (CEST) Received: from [192.168.1.72] (217-162-207-225.dclient.hispeed.ch [217.162.207.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTPSA id F02C1139164; Tue, 21 Jul 2009 18:22:58 +0200 (CEST) Message-ID: <4A65EB61.6050604@cschneid.com> Date: Tue, 21 Jul 2009 18:22:57 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: Richard Lynch CC: internals@lists.php.net References: <7.0.1.0.2.20090708224156.0ac5a438@zend.com> <312025EF-84D0-4411-A0A7-4F0379C3105F@pooteeweet.org> <13.B7.23850.208375A4@pb1.pair.com> <20090710132324.GM19636@mint.phcomp.co.uk> <98.71.37812.2D6575A4@pb1.pair.com> <20090710151651.GR19636@mint.phcomp.co.uk> <48.78.37812.B23675A4@pb1.pair.com> <64234.99.18.1248192291.squirrel@www.l-i-e.com> In-Reply-To: <64234.99.18.1248192291.squirrel@www.l-i-e.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Type hinting - Request for Discussion From: cschneid@cschneid.com (Christian Schneider) Richard Lynch wrote: > I think anybody who is coding with strict/weak/contract > type-enforcement/casting is going to understand > try/catch/Exceptions... I'm not going to start an pro/contra Exceptions rant but *please* keep Exceptions out of the core language itself, that's a line we should not cross IMHO... This posting is mainly for the record (currently there is an agreement to not use Exceptions inside the core and I'm in favour of this) and anyone who wants to discuss Exceptions with me should do it off list, I will not discuss this here ;-) - Chris