Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 770 invoked from network); 15 Mar 2015 19:56:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 19:56:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=damz@damz.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=damz@damz.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain damz.org designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: damz@damz.org X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:35020] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/B0-31306-8F3E5055 for ; Sun, 15 Mar 2015 14:56:40 -0500 Received: by wibdy8 with SMTP id dy8so23027576wib.0 for ; Sun, 15 Mar 2015 12:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=damz.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=u8vnFfskBlPbD8wXQwnHGcAJ7M2txDUEbSGxGZlffmc=; b=DNZgZbB/mECqlHAMDuoPdJe8WJGg9TgDVtZw2pAiAX1LJgNG6GpIlJAWpjWC16brfI tyE9ANGRR7W8vP/tvnV/gU5oD0fgTH0uiH0IIFSRzAa/J9l4E1rnnXY1RIHhaGjP/0Fr ScSNoRY3Qze/MXgVbcm9uDhjt9Pf8lVtx8OnY= 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=u8vnFfskBlPbD8wXQwnHGcAJ7M2txDUEbSGxGZlffmc=; b=G6BKeRgLW76NlGpB7F9TxbNKqJsgdEoSptwZylb72iTk6bS4jh//qdBrXGu7a0syhl r6i8YbZF68apl1qfT/yQDlFN90wWImjZhrrk8CpMQn/5Om2FihB3Q/aJjVAkJHqeiE5o XSuo9c8qFcnwje1x8PU6r9oad16NgNNr/lqtTQq1ZIWJg5wOyJcqY79HnKVw5Fnu77Lm wJXawiyJMwHWeOPAC6YQzFxM2jlxu0BBx9e8B9JmJ2//XUnFoQ1iaMdld0Mc5xCwxLs2 XkVyizuo/7lr1BGtsa6mWjMLubnmuENkU3oTO443hKT04E33S4ghBBv6ylivGLK7payK QtrA== X-Gm-Message-State: ALoCoQnAqgusrcIzydYnm9NC4qmqd520JpQkD/+/CY42IZuYVmKflDsUMzhZrkKokDMZMJbDkq2L MIME-Version: 1.0 X-Received: by 10.194.24.35 with SMTP id r3mr55725709wjf.125.1426449397405; Sun, 15 Mar 2015 12:56:37 -0700 (PDT) Received: by 10.28.177.10 with HTTP; Sun, 15 Mar 2015 12:56:37 -0700 (PDT) X-Originating-IP: [81.220.155.251] In-Reply-To: References: Date: Sun, 15 Mar 2015 20:56:37 +0100 Message-ID: To: Daniel Lowrey Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b5d8d9d9f7683051159219f Subject: Re: [PHP-DEV] [VOTE] Generator Delegation From: damz@damz.org (Damien Tournoud) --047d7b5d8d9d9f7683051159219f Content-Type: text/plain; charset=UTF-8 Hi Daniel, In the formal definition, you have: $throw $e; ... which I assume is a typo? Damien On Sun, Mar 15, 2015 at 8:18 PM, Daniel Lowrey wrote: > Hi folks! > > As the discussion period has reached its conclusion I'd like to announce a > two week voting period on the Generator Delegation RFC here: > > https://wiki.php.net/rfc/generator-delegation > > Voting ends Sunday, March 29. > > I know everyone is busy and your time is valuable; thanks for spending a > few minutes to review the proposal. If you have any questions please don't > hesitate to ask. > > -Daniel > --047d7b5d8d9d9f7683051159219f--