Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99732 invoked from network); 14 Feb 2015 10:46:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2015 10:46:11 -0000 X-Host-Fingerprint: 79.94.237.143 143.237.94.79.rev.sfr.net Received: from [79.94.237.143] ([79.94.237.143:21313] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/41-25612-D672FD45 for ; Sat, 14 Feb 2015 05:46:09 -0500 To: internals@lists.php.net Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes References: <680FB44D-B42D-4898-A28B-FA1C6E4D4D1A@ajf.me> Date: Sat, 14 Feb 2015 11:45:58 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/1.0 (Win32) X-Posted-By: 79.94.237.143 Subject: Re: [RFC] Void Return Type From: bensor987@neuf.fr ("Benoit Schildknecht") Hi Andrea, Le Sat, 14 Feb 2015 04:18:28 +0100, Andrea Faulds a =C3=A9c= rit: > Hi everyone, > > I=E2=80=99ve written a small RFC and patch to add a =E2=80=9Cvoid=E2=80= =9D return type: > > https://wiki.php.net/rfc/void_return_type > > Please have a read over it. I think this would be a simple, yet useful= = > addition. > Yup, totally useful, I use "void" a lot in other languages, it would be = a = nice addition to the language. I like this RFC. Regards, Benoit.