Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82134 invoked from network); 25 Jun 2013 18:58:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2013 18:58:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=joost.koehoorn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=joost.koehoorn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: joost.koehoorn@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wg0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:43008] helo=mail-wg0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/7B-49518-958E9C15 for ; Tue, 25 Jun 2013 14:58:34 -0400 Received: by mail-wg0-f49.google.com with SMTP id a12so9517639wgh.28 for ; Tue, 25 Jun 2013 11:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:content-transfer-encoding; bh=8T9y0eIcqp72yBNwCBTJ+vvu2T/sHJQgmKfiRuXrHOI=; b=yCxN2EKDI1ZrWCkQcStajkOH2g/hydIkEPSE17DW55h7gAEpMg3UfdFEPkeDzBN4dg gzUEZ9X2vG1/AiEWcEF+7D+0GG+SEacej1chd5102N6vVwv2URzgGUzc49LEuNg2hiBy xKxe0QqkB+HjGZF/rikrFCk9OhF7VIj2VCrFyEHNOL6uNh9JTksPuptqPuYuYkVh8uEy cjUink1TTMwpZrRpAhEQeQC50TsJVBBMLgLxIYs/2FaiLyk2U/aMosddDRFJWv6+5X9w DJKSdeLMUOkfkL3Po0Yj3UQon/pYr3oaAFywp4lIj8OnfTXAiruk9XQzllHbWa16Hu4J L7qQ== X-Received: by 10.180.105.231 with SMTP id gp7mr10049751wib.23.1372186711132; Tue, 25 Jun 2013 11:58:31 -0700 (PDT) Received: from MacBook-Air-van-Joost-Koehoorn.local (178-85-180-81.dynamic.upc.nl. [178.85.180.81]) by mx.google.com with ESMTPSA id fb9sm6084275wid.2.2013.06.25.11.58.29 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 25 Jun 2013 11:58:30 -0700 (PDT) Date: Tue, 25 Jun 2013 20:58:28 +0200 To: Michael Wallner , Nikita Popov Cc: PHP internals Message-ID: In-Reply-To: References: X-Mailer: Airmail Beta (183) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: =?UTF-8?Q?Re=3A_=5BPHP-DEV=5D_Announcing_RFC_'Anonymous_Catches'?= From: joost.koehoorn@gmail.com (Joost Koehoorn) On 25 June 2013 17:07, Nikita Popov wrote:=C2=A0= > No opinion on leaving off =24e, but I'm against the generic catch=7B=7D= statement.=C2=A0 I second the concerns about empty catch=7B=7D.=C2=A0 --=C2=A0 Regards,=C2=A0 Mike As most of you seem to discard the idea about and empty catch (I can see = why, no problems), maybe it's best to focus on only leaving of the variab= le then, that's something most of you seem to agree with, until now.