Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72275 invoked from network); 1 May 2016 22:15:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2016 22:15:24 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.161.182 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.161.182 mail-yw0-f182.google.com Received: from [209.85.161.182] ([209.85.161.182:33715] helo=mail-yw0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/16-03860-BFF76275 for ; Sun, 01 May 2016 18:15:23 -0400 Received: by mail-yw0-f182.google.com with SMTP id t10so254167139ywa.0 for ; Sun, 01 May 2016 15:15:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webstart-fr.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:date:message-id:subject:from:to; bh=8sH9jSgME6WdhHgV5s4vmOX0MhCNG9LvwLGw1QLp0Ns=; b=YuD5kwEJ0hmwXk6qEzjeeZwtm8DzDROfer1hphK9J7m/Ulw56GB0w2X9u/0kLpFqVx Vt5Ner0jG8ZQpbebctySl5MDTRiwm4Z/aFrwoTvXaC4SqAfqj1cp/IEqtCscymfOZyMF 5vUCuq9c3t9r6yvDaH6uAk7fxzsrqyb0kOeuM/aE83S2RU/AONARIy1s9Tt+Id5ttRkq 2wED5ggalLpanVe9M5N+bxZD3USWkFpIr9ZetBJJfxi5OlBV7ouRbM4vTADKUF87olST 00/GuwsPZ27msaNbqY/yWF9a3VZhwkk/nZr+MPxMFQTata/SIekdWAZy+uTmVnINnNy5 0XWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=8sH9jSgME6WdhHgV5s4vmOX0MhCNG9LvwLGw1QLp0Ns=; b=C+toa628UGAYl6pPo0PeSgbrWnqkytDVlPLzucK2J0pJKsaoPdu2mm9kxrDaXlJIk2 htB5x8KRMoWZLTSOvNhLXY0VapeLs9CR8xy0znhj/S5WcEDB0lHDbmcriotFWIg5Wvkc tR76lG15undaLkxMREb0HqReg1+nOVxwGZoH0haR6Mt+x9m1iwfcRW+7hwBxjqhw3nH3 y1yQeiHNZA+mdbGdtkarcVVNqu94Z50dvC/FhUVByuqK7cWAaCpAEtToSW3LwR+VvbzO H8evDzNx69/SN07WeXxfmZIzsgAS6PuQ4+jsxNxLSWtay8z983QUHFpAzBlP097iBcQ6 q7pw== X-Gm-Message-State: AOPr4FWtJ53g8Y3WXFAam2p4qsX3+shRShkO1VxCT2t6i2zU8nhgrszes3PselgJY4k3Dnz/Qo6nbCiQkxyebA== MIME-Version: 1.0 X-Received: by 10.37.33.8 with SMTP id h8mr17522753ybh.156.1462140920775; Sun, 01 May 2016 15:15:20 -0700 (PDT) Sender: pierrick@webstart.fr Received: by 10.37.81.7 with HTTP; Sun, 1 May 2016 15:15:20 -0700 (PDT) Date: Sun, 1 May 2016 18:15:20 -0400 X-Google-Sender-Auth: Dl2jlb_fpMu9tPvOMKOwaNKTpr8 Message-ID: To: PHP internals , =?UTF-8?B?QnJvbmlzxYJhdyBCaWHFgmVr?= Content-Type: multipart/alternative; boundary=001a1143e69031fea80531cf36fa Subject: [RFC][Accepted] Catching Multiple Exception Types From: pierrick@adoy.net (Pierrick Charron) --001a1143e69031fea80531cf36fa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, The vote on the RFC https://wiki.php.net/rfc/multiple-catch#vote is now closed. The RFC was accepted with 40 "Yes" and 6 "No". I'll merge the patch in the master branch today. Thanks to anybody who contributed to this RFC by voting or giving us feedback. Bronis=C5=82aw and Pierrick --001a1143e69031fea80531cf36fa--