Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38071 invoked from network); 21 Jan 2014 19:12:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2014 19:12:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:32903] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/10-37087-8B6CED25 for ; Tue, 21 Jan 2014 14:12:58 -0500 Received: by mail-lb0-f171.google.com with SMTP id c11so6228562lbj.2 for ; Tue, 21 Jan 2014 11:12:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=myLlysRl6yJpkS0heUPV6qDiw3ay/Au9cQPN3VCER80=; b=oAxrOCvXZVKiD7LQQLI+Zt9h45h6G+zgsl9HNrolp0yQJimuUOzxA/YV+V+Rs9bOP7 R496WiwA4TEErEdttHt0RJGpOMLykOSFBFrlr06V50ZAP6Ue9rW2kuCq0vVjgFkYGsYM ZanBjKbZpT18S4skffbfldw7c6sKvHEBFcq+O4I2A20JS9GMY1LQGUl59YNu37NFVWIc 1vjzeANk+QONYK3ybulCU0cA7qmWpjIAl8IbjQONphpPU21LzxchSKYmzce7ZwwPjdFp ojlAvhmEK3C8WNHs2c7gKV0EeREtg5vcya8aLzMmQVbsKBAOpyg6F3+OG39DIf44N/Yf gR3w== X-Received: by 10.152.163.69 with SMTP id yg5mr3214445lab.33.1390331573938; Tue, 21 Jan 2014 11:12:53 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Tue, 21 Jan 2014 11:12:13 -0800 (PST) In-Reply-To: <52DDBAE5.2010803@ajf.me> References: <52DDBAE5.2010803@ajf.me> Date: Wed, 22 Jan 2014 04:12:13 +0900 X-Google-Sender-Auth: 3c61JhYARZQVCJdcN1CBsU4m6_4 Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11336d9095aefd04f07fcb18 Subject: Re: [PHP-DEV] [VOTE] [RFC] Alphanumeric Decrement From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11336d9095aefd04f07fcb18 Content-Type: text/plain; charset=UTF-8 Hi Andrea, On Tue, Jan 21, 2014 at 9:10 AM, Andrea Faulds wrote: > I've decided I might as well open a vote on this RFC, lest it be otherwise > abandoned. > > Voting starts today (2014-01-21), ends 2014-01-28. > > https://wiki.php.net/rfc/alpanumeric_decrement > Added this RFC to keep track inconsistency. https://wiki.php.net/rfc/comparison_inconsistency Python/Ruby does not even have ++/--. Mixing string and number raises type error for these languages. Perl returns -1 for string-- always. Although behavior became more consistent than now, but I'm not sure if this change is good or not. Keeping current behavior might be better. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11336d9095aefd04f07fcb18--