Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3643 invoked from network); 28 Dec 2015 19:12:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2015 19:12:15 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.174 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.174 mail-yk0-f174.google.com Received: from [209.85.160.174] ([209.85.160.174:33127] helo=mail-yk0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/E5-51216-E8981865 for ; Mon, 28 Dec 2015 14:12:14 -0500 Received: by mail-yk0-f174.google.com with SMTP id k129so88971753yke.0 for ; Mon, 28 Dec 2015 11:12:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dVarnHanPoyjmoofvZFhz1KyDGcKAI7fmbD+sscE1NU=; b=ODTEzcS1YNpJRSgWZJncfgVB4vn8MEJus4VIcopRhq7SO/kXE/oiWm03/TIDt6pLPB rDaWLnoIwd5cvI/EVM/Z/ghs6koCbMfF9Wpghn9pjw6QgbnPaF7hI7awg+fwvkKIkDd/ XA/hfvM4LmoQUn05U8H4SqHraPr1XxG3aiviCXf4h39JHQ8u5dOM8XYbRquKUUtFRz0S Rj9gf4oKGFG14XnNWCiGIplk8T1ieLLpCUlGGKKzK0sqiIAjr+j8LSTMhvhTCdZYMQ59 ptBTXK8L6MjlKoS0vFifC1ar5IKbECcBTyRMky3MdMPwplF2AOqjoPNVSDTcj6COM/gG 6jLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=dVarnHanPoyjmoofvZFhz1KyDGcKAI7fmbD+sscE1NU=; b=mmKpmTLb+aPuWK31SYxL4k+7S0QKq8f0jlYCfjQ+jI1gVnASI/QDrGrAy8zpQxv+ja p5dmkqALDsKdTpLBUeZvVejEqwb4PrcRO8LmsPLIJx+5vOu2CqT7g1/V/lq4VSVhehHJ 6C39mmxiPdzMxCk7A0OwFeqx8KkTx4Sb3n/ilLSta86yfprkJDRTmoyV1ZpUCmqO61Rx X6wxnee5TxHYAn15C5U8RGWY6T2rbEdNqiKOXENB31RJXzXxVnsITjFzG6fyikSoVif6 aEp5ump8DU2WgFGjeS1ClJW9dUSZpydmMEA89uwQRAsSNMiRB9tMyEDkis2gRAswp315 9wxA== X-Gm-Message-State: ALoCoQmTh5rGIJ8wsERpy9L6XPOrZ8sFKweaGTxmV8lRZlKwLbgSoQuIZ3OiLfhfR2YbofVM7gI6kx0ccIr1sOTCsY5CoW69bQ== MIME-Version: 1.0 X-Received: by 10.129.135.7 with SMTP id x7mr40761552ywf.95.1451329931733; Mon, 28 Dec 2015 11:12:11 -0800 (PST) Received: by 10.37.79.213 with HTTP; Mon, 28 Dec 2015 11:12:11 -0800 (PST) X-Originating-IP: [78.147.5.253] In-Reply-To: <55B7F53A.30308@malkusch.de> References: <55B7F53A.30308@malkusch.de> Date: Mon, 28 Dec 2015 19:12:11 +0000 Message-ID: To: Markus Malkusch Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Throwable::addSuppressed() From: danack@basereality.com (Dan Ackroyd) On 28 July 2015 at 21:33, Markus Malkusch wrote: > Hi PHP > > So I read that there's this Throwable interface coming. Great! How about > extending it with: > > void Throwable::addSuppressed(Throwable exception) > > Throwable[] Throwable::getSuppressed() > > So PHP, what do you think, might a RFC find acceptance? Yes. Are you going to write an RFC for it? If not, do you mind if I start writing the RFC with you either listed as co-author or 'the ideas guy' ? cheers Dan