Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78976 invoked from network); 25 Jun 2013 18:49:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2013 18:49:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:43556] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/CA-49518-626E9C15 for ; Tue, 25 Jun 2013 14:49:10 -0400 Received: by mail-la0-f52.google.com with SMTP id fo12so12642037lab.11 for ; Tue, 25 Jun 2013 11:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=OGatYcdddU/3oc5DevzVYwHG42Y9nxQCr6Fi82MMHd0=; b=Py7fgZ9DUXU6feT36Sdm8B0aOTXe5wCCpGyI6s8sm+uBYRp8S7XPcpcjTweT/yomsb t6JP/Vd7PgsV6OzNu1Y7Hw8P16+Zj79Y6HtlYIApjUl7OHSN3U3FS5K4b7CdVzxg8+1f HomwkgbESvhgp7ac6A4lglhq4k9eOF9FdcdKcmOxp5/M08INvpp6TwVIe2jiHDXiasqU dBh6L7gP4CPGtSoNxBT2yjEfvU2K5mUZBBbEu8zokc38CqjiHrcpnDuFs5x4oRqX3IEI TJ0cxiOPjXihG529Kx3Q1QaVzXDonC/PbAFdO4tttJoyaYWlcQ3qygsfVeCqLjIlBbIu CjFw== MIME-Version: 1.0 X-Received: by 10.112.144.6 with SMTP id si6mr477120lbb.61.1372186147158; Tue, 25 Jun 2013 11:49:07 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.47 with HTTP; Tue, 25 Jun 2013 11:49:07 -0700 (PDT) In-Reply-To: <51C9DED2.5080401@sugarcrm.com> References: <4ED7146272E04A47B986ED49E771E347BB4DF6F235@Ikarus.ameusgmbh.intern> <51C9DED2.5080401@sugarcrm.com> Date: Tue, 25 Jun 2013 20:49:07 +0200 X-Google-Sender-Auth: 3uXF3aQpT0Bc2-FsC4vzc1Jow_0 Message-ID: To: Stas Malyshev Cc: Joost Koehoorn , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RE: Announcing RFC 'Anonymous Catches' From: mike@php.net (Michael Wallner) On 25 June 2013 20:17, Stas Malyshev wrote: > Hi! > I don't think we need to change the language because Netbeans can't > figure out how catch blocks work. This change doesn't provide any > functionality that wasn't available before it, and does not make the > code clearer - on the contrary, IMO it makes debugging harder and people IMO actually it *makes* the code clearer, because $ignoredException is not used, though a variable name like $ignored is self-explanatory, too. > reading the code more confused. In PHP, we always valued clarity over > brevity, and I think we should keep it this way. Duh, I find that statement a bit brave, though ;) .oO(__{get,set,call,etc=E2=80=A6}, object operators) -- Regards, Mike