Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30533 invoked from network); 30 Dec 2015 17:26:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2015 17:26:37 -0000 Authentication-Results: pb1.pair.com header.from=tpunt@hotmail.co.uk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tpunt@hotmail.co.uk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.co.uk designates 157.55.1.175 as permitted sender) X-PHP-List-Original-Sender: tpunt@hotmail.co.uk X-Host-Fingerprint: 157.55.1.175 dub004-omc2s36.hotmail.com Received: from [157.55.1.175] ([157.55.1.175:56998] helo=DUB004-OMC2S36.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/24-51216-CC314865 for ; Wed, 30 Dec 2015 12:26:37 -0500 Received: from DUB129-W10 ([157.55.1.138]) by DUB004-OMC2S36.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Wed, 30 Dec 2015 09:26:32 -0800 X-TMN: [g6hLrawyJA9UbgY5baRUpXkW9LAmN8qz] X-Originating-Email: [tpunt@hotmail.co.uk] Message-ID: To: "internals@lists.php.net" Date: Wed, 30 Dec 2015 17:26:32 +0000 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 30 Dec 2015 17:26:32.0753 (UTC) FILETIME=[3A127A10:01D14327] Subject: [RFC] Number Format Separator From: tpunt@hotmail.co.uk (Thomas Punt) Hi internals!=0A= =0A= I'd like to propose for the inclusion of a digit separator in PHP. This wil= l=0A= help to promote the readability of numerical literals in code by enabling f= or=0A= the underscore character to be used in between digits.=0A= =0A= RFC: https://wiki.php.net/rfc/number_format_separator=0A= PR: https://github.com/php/php-src/pull/1699=0A= =0A= Thanks=2C=0A= Tom=0A= =