Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 646 invoked from network); 8 May 2016 10:07:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2016 10:07:29 -0000 Authentication-Results: pb1.pair.com header.from=bjorn.x.larsson@telia.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=bjorn.x.larsson@telia.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain telia.com from 81.236.60.154 cause and error) X-PHP-List-Original-Sender: bjorn.x.larsson@telia.com X-Host-Fingerprint: 81.236.60.154 v-smtpout1.han.skanova.net Received: from [81.236.60.154] ([81.236.60.154:49325] helo=v-smtpout1.han.skanova.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/98-53854-DDF0F275 for ; Sun, 08 May 2016 06:07:26 -0400 Received: from [192.168.7.7] ([195.198.188.252]) by cmsmtp with SMTP id zLcPabanq5nnczLcPauh1J; Sun, 08 May 2016 12:07:22 +0200 To: Levi Morrison , Dmitry Stogov References: Cc: PHP internals Message-ID: <5ce6e11d-5b27-428d-87c7-1f77dfa47782@telia.com> Date: Sun, 8 May 2016 12:07:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfEHs5oeD8liJrDZ2XH5sRWFaD//qyhoo1so+mEzElFR1s/yR8hEe9pIHOeSmp5MPzsJEDrlHIfucTnO4JM4IKJma2kZAUIag8SkO1V0bmF1k1ao+jBqY fY7aW9z/l4oi2gCIf9mq2jHZbY4JIbhbAPOFhwNG80dJ86qXg8aY4qrUpVl3mfjlG6JaV+tEHuj0XklHTiDJ8yh8mIIZJu2mPVAUG8qpaGoVTeKcAaYy3SoP Subject: Re: [PHP-DEV] [RFC] Pre-vote notice for Nullable Types From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Den 2016-05-06 kl. 21:41, skrev Levi Morrison: > The [RFC for Nullable Types][1] is going to go into the voting phase > soon. There have been a few changes to the RFC in the meantime: > > - More example for documentation's sake > - The vote is now split into two parts: one for nullable parameter > types and one for nullable return types. > - Updated BC break section. This RFC now contains the fix for [bug > 71428][2] that was previously committed. [More information][3] can be > found in the RFC. > - Coauthored with Dmitry Stogov. > > Unless there are significant concerns raised this will go into voting > phase early next week. > > [1]: https://wiki.php.net/rfc/nullable_types > [2]: https://bugs.php.net/bug.php?id=71428 > [3]: https://wiki.php.net/rfc/nullable_types#to_backward_compatibility > Nice, look forward to the voting even if I don't have one ;) Would it be possible to include the earlier example "binary tree" in Introduction? I think it served as one good UC why this feature is needed. I also think one could expand the reference section with some of the ones from: - https://wiki.php.net/rfc/nullable_return_types#references Regards //Björn Larsson