Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90334 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70435 invoked from network); 8 Jan 2016 00:03:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2016 00:03:48 -0000 X-Host-Fingerprint: 90.212.143.187 unknown Received: from [90.212.143.187] ([90.212.143.187:24209] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/33-55593-2ECFE865 for ; Thu, 07 Jan 2016 19:03:46 -0500 Message-ID: To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Fri, 8 Jan 2016 00:03:42 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 90.212.143.187 Subject: [RFC] Warn about invalid strings in arithmetic From: ajf@ajf.me (Andrea Faulds) Hi everyone, I'm proposing a new RFC to make it easier to spot errors when using PHP's arithmetic operators: https://wiki.php.net/rfc/invalid_strings_in_arithmetic Please read it and tell me your thoughts. Thanks! -- Andrea Faulds https://ajf.me/