Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1186 invoked from network); 7 Apr 2016 13:46:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2016 13:46:34 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:35942] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/2B-48788-8B466075 for ; Thu, 07 Apr 2016 09:46:33 -0400 Received: by mail-wm0-f51.google.com with SMTP id v188so57186335wme.1 for ; Thu, 07 Apr 2016 06:46:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=1m5lipFwVKL6nPIldfXM5Q3txPgaO1h2Jgrw70+tn2s=; b=Ftk6QWbayYpibtRN7WvSd111tQgaVIoRjPlg0hxuV1YGJjGdwlc+jrvz/J8dAGervP wcmwYfzjkoXWJv/sWwD6E7Ci5GEvwV5vnoluL/ZW33JWPlC+zCDCbk9XLjrcs9qPTaPY rgnYS568htAwRzca7Vr6nnLAmdES9bsPYjALOVEBBTs8glpRhmaji8/64EouExk0hC5e yz7pFSmqeqcBHERI2r42C8xjSkxhZyfiTbqaUxmg+XlhI6ZGlbXmZJLWCIqaSSyj2VjG Jsw4jGQU6aF3RhQcS3S2f/9CgofCuGqrjYjv6WsqUoNic0XVqwP2pxEzmH2dK1n6p8SC EzDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=1m5lipFwVKL6nPIldfXM5Q3txPgaO1h2Jgrw70+tn2s=; b=HnxIXCyFhUuLGH5DlTqf8h2SqFlXIwRg/Bq1KFo7khgujSRtMA/KNdO270sZ/mfihX wFx/nRjXxgeD1gQCAYFI5DDKnrEaKlSC/0gpJ+93O0lwpnEHiRHPrpuRqB3joI0XLm2Q R5/sm4kW33BGkqBk5fmwDQfE0PCOst9SGijmHoSrND/ndQbgA74whGfjVIMxYJh45tpv PKYjaLhHSGyvd7agBjYGHYyOp9qeVJEZwzXs1qqjTj285HgFB/vACWTArE4QPwNfiHcC NA5C4jrKK+RBN2UzZerGlOVVx0Rn9FIE9JZuSpQCg9cb8c3mphMpDOw5E/KAMHtd9cWJ mOGw== X-Gm-Message-State: AD7BkJJXG1kWZF2wzpbAlkWaHWYMXAClN45kuJR4P8ZnV0Rb2epoVgOO6c3CFPvlxjF0uA== X-Received: by 10.194.90.76 with SMTP id bu12mr3706569wjb.79.1460036790258; Thu, 07 Apr 2016 06:46:30 -0700 (PDT) Received: from [192.168.0.86] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id a1sm8560871wje.43.2016.04.07.06.46.29 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Apr 2016 06:46:29 -0700 (PDT) To: internals@lists.php.net References: <45.34.48788.AC056075@pb1.pair.com> <2FE38293-36DB-4C5A-9FCE-27541D658A01@gmail.com> <57065470.1010107@lsces.co.uk> Message-ID: <5706641E.3030607@gmail.com> Date: Thu, 7 Apr 2016 14:43:58 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <57065470.1010107@lsces.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment From: rowan.collins@gmail.com (Rowan Collins) Lester Caine wrote on 07/04/2016 13:37: > DO WE HAVE TO PUT UP WITH THIS STUPIDITY? > Top posting 2 characters AND including all the sig .... Hi Lester, If you want to remind people of the mailing list rules, the link you are looking for is http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES;hb=HEAD While you're there, you might want to note that "respect other people" and "do not post when you are angry" are both classed as "rules", as is "keep message signatures to a maximum of 2 lines if at all necessary", whereas "do not top post" is classed as a "hint". Regards, -- Rowan Collins [IMSoP]