Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54161 invoked from network); 14 Feb 2015 03:18:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2015 03:18:36 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.216 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.216 imap10-3.ox.privateemail.com Received: from [192.64.116.216] ([192.64.116.216:33573] helo=imap10-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/86-15073-A8EBED45 for ; Fri, 13 Feb 2015 22:18:36 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 0ABC72400AA for ; Fri, 13 Feb 2015 22:18:32 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap10.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap10.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Ap4rJ0Ri3qQd for ; Fri, 13 Feb 2015 22:18:31 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id A13142400C2 for ; Fri, 13 Feb 2015 22:18:31 -0500 (EST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <680FB44D-B42D-4898-A28B-FA1C6E4D4D1A@ajf.me> Date: Sat, 14 Feb 2015 03:18:28 +0000 To: PHP Internals Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) Subject: [RFC] Void Return Type From: ajf@ajf.me (Andrea Faulds) 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. Thanks! -- Andrea Faulds http://ajf.me/