Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24793 invoked from network); 4 Nov 2014 02:01:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Nov 2014 02:01:47 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.48 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:37534] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/00-24107-98338545 for ; Mon, 03 Nov 2014 21:01:45 -0500 Received: by mail-oi0-f48.google.com with SMTP id x69so9645168oia.35 for ; Mon, 03 Nov 2014 18:01:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=spxT+DAKF5OyjDRNMgXrmhZ8VbAwlw7ihUPGQLWUNJw=; b=Jd/J21ax4YxInnhLRK1G6Hm1TuL1k8al0qg5eMi53DaO0IVUJ+8bvCBVfZutngel6S 8BEWNkbDP25/PCotAYDWByOs4eaULcnNJ0wFBDmo699APwfUBgY7CntgyOJjFRe4NZWG CJCvPW7CmNIc0Vzjb8cjU5Vx+IUDnbStEn8xipu9Lp8Jg1P4+kHsHhMABTL0upvApH3g j5EfDZt/naU0Pz6JF9Layi5xmQm1tLmXW2htWnKGHO9c5ESkwm+aPPHbsZ3A4o/nstrN /9Ng89BjLQQdlZjXXZ5h+IEmhmZdw0QDMbu8+h4LJAfylmMaMVUVrFNIDRypJEexXUVu tZ4A== MIME-Version: 1.0 X-Received: by 10.182.98.168 with SMTP id ej8mr5598166obb.41.1415066502315; Mon, 03 Nov 2014 18:01:42 -0800 (PST) Received: by 10.76.159.163 with HTTP; Mon, 3 Nov 2014 18:01:42 -0800 (PST) Date: Mon, 3 Nov 2014 19:01:42 -0700 Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC][Vote] Return Types From: morrison.levi@gmail.com (Levi Morrison) Dear Internals, I am pleased to announce that the return type RFC is now open for voting[1]. Note that the implementation needs a bit of cleaning up before merging should the RFC be accepted; Dmitry has already volunteered to help with that, but more eyes are welcome. A couple of things have changed in reflection[2] since the last iteration, but is otherwise the same. The implementation is slightly out of date with the RFC, but soon it will be updated to match. [1]: https://wiki.php.net/rfc/returntypehinting#vote [2]: https://wiki.php.net/rfc/returntypehinting#reflection