Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19929 invoked from network); 24 Jun 2013 22:54:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2013 22:54:55 -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.42 as permitted sender) X-PHP-List-Original-Sender: joost.koehoorn@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:45606] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/8B-49518-C3EC8C15 for ; Mon, 24 Jun 2013 18:54:53 -0400 Received: by mail-wg0-f42.google.com with SMTP id z11so217478wgg.3 for ; Mon, 24 Jun 2013 15:54:50 -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=WEoJZ6Ced6kpIyk/nZOexxMLuH5JcesrBraIoqrlnnc=; b=IYmFpg0NFtczB9SVEBKqrqTpd2OJCpfP1vPNG9MDE7ptIwWjY1/l0C4VPw8robcHz1 2/Iw5SSdK217+4+iTvcz72Z8zy/TLCG/puoy4q6PCHxkrYCj+l5bfXH7qrYzCbcLhgFj B7xMkRNnXqUBw/L45lZ0LyXU+DO9DUHqNlAdT32q4rVu3oqarivA9tttjtytv9ydycHG mPG5ZfKKY5XOrHdyc9xxXsJdEmoanwMM723BfaxOUCl9Kr471MS6WiMXjGj+uu1J6JHu ThiuaaJaCAGVyvc4QLLk1oO9rSHTdlOXcxyS+KRDc78a/OfQ0xv+UBVkpS4bAwvNiSYp +HEw== X-Received: by 10.194.216.99 with SMTP id op3mr18464685wjc.52.1372114490318; Mon, 24 Jun 2013 15:54:50 -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 s19sm402218wik.11.2013.06.24.15.54.48 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 24 Jun 2013 15:54:49 -0700 (PDT) Date: Tue, 25 Jun 2013 00:54:48 +0200 To: Cc: 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: Announcing RFC 'Anonymous Catches' From: joost.koehoorn@gmail.com (Joost Koehoorn) Hi all, I just published an R=46C that proposes to add catch-statement without ne= eding to specify a variable, and support for fully anonymous catches. Details can be found at: https://wiki.php.net/rfc/anonymous=5Fcatch Regards, Joost Koehoorn