Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105329 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 1623 invoked from network); 22 Apr 2019 17:13:23 -0000 Received: from unknown (HELO mail-lf1-f46.google.com) (209.85.167.46) by pb1.pair.com with SMTP; 22 Apr 2019 17:13:23 -0000 Received: by mail-lf1-f46.google.com with SMTP id d12so9073929lfk.6 for ; Mon, 22 Apr 2019 07:13:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=BtwCoGq0dVljnQ6gGewGoYVrkOn+brNpj786YpMXxM4=; b=ssHF/tVf1Yd2Ne39eXhj9LJn+Ip4ktsI2IHlc7ZmDn7HMrbOeaoj/85IqCmkj1Uw+g 3LVVcCFz+AOQBVOYRh5ArN5viP/wthSPKvfnV94k2ZtPlMFc40KAYBAsGa3I0qEpSJ6l BisJjSXda9zrG5bWKxXDJWAKHrBIrZn8R94q/U2EPI0zeROm3SVbYNtX8PfQNUTgx+ck slKo/BuaDNG2ienaiYXBkv0mJk2kffdZ49AqIo6nCoaORrS1ROH3NqZK789YYHu/zfN/ k+35zwfa1dOE7iXCekt+olLRWZ99APYQF36Vuk80/SLn3cphGcbk2juCrQGNJIEapRMr BoLg== X-Gm-Message-State: APjAAAVjNEXZBqSqy9NAtQILqAiNxWAJb8/cI/spmKGfVCEcx71QMMjK JiXl+ggikg6QgKtINrdQ+DpcVz90lDwi/0hy0r1F5JiU X-Google-Smtp-Source: APXvYqycc8WYpKKJBq0ZeYJtHJn/R+yqeElbHfGAQV0A6M3ASbU/QE162voTXsKf9QttJPYgKzZWJFknpu2qe1ZoG5c= X-Received: by 2002:ac2:43d8:: with SMTP id u24mr10394959lfl.94.1555942411939; Mon, 22 Apr 2019 07:13:31 -0700 (PDT) MIME-Version: 1.0 References: <000901d4f87a$1e2421d0$5a6c6570$@jhdxr.com> In-Reply-To: <000901d4f87a$1e2421d0$5a6c6570$@jhdxr.com> Date: Mon, 22 Apr 2019 08:13:15 -0600 Message-ID: To: CHU Zhaowei Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC][VOTE] Spread Operator in Array Expression v0.2 From: levim@php.net (Levi Morrison) On Sun, Apr 21, 2019 at 1:41 PM CHU Zhaowei wrote: > Since there is no more questions for more than one week, I=E2=80=99ve ope= ned the > vote on the spread operator in array expression RFC. The vote lasts two > weeks and it closes at 7-May. > > https://wiki.php.net/rfc/spread_operator_for_array#vote I've hesitantly voted yes. I am unsure about the behavior with references. This was brought up during discussion, but never really addressed. It seems that this behavior is the same for `array_merge`. It seems acceptable, though I am unsure if it is desirable or not.