Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46732 invoked from network); 16 Jul 2018 23:14:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2018 23:14:03 -0000 Authentication-Results: pb1.pair.com header.from=enno.woortmann@web.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=enno.woortmann@web.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain web.de designates 212.227.15.14 as permitted sender) X-PHP-List-Original-Sender: enno.woortmann@web.de X-Host-Fingerprint: 212.227.15.14 mout.web.de Received: from [212.227.15.14] ([212.227.15.14:52247] helo=mout.web.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/61-37178-4B62D4B5 for ; Mon, 16 Jul 2018 19:14:00 -0400 Received: from [192.168.0.51] ([77.21.86.66]) by smtp.web.de (mrweb004 [213.165.67.108]) with ESMTPSA (Nemesis) id 0LhyU6-1gSGfr2h4U-00nBAX for ; Tue, 17 Jul 2018 01:13:53 +0200 To: internals References: Message-ID: <997ffdb7-bca8-5f4b-a4eb-55a5eca1642d@web.de> Date: Tue, 17 Jul 2018 01:13:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Antivirus: Avast (VPS 180716-4, 16.07.2018), Outbound message X-Antivirus-Status: Clean X-Provags-ID: V03:K1:OeXYGTQ9qBaMZe9Ux9RM03SVDwme6OhaiFvUuYT1KVBgyGbF3kf Sc0Z84PXuob82lxIb3ygwWy9FEt3DUU3Er2ykC4bRTCf0mr/Jbn3TKbdjn+5xxoBfabqZya YvVH7+Lt4FZWF7HoLFK5tlQTCDqd86amuf7EQiiEGiAu00NH2rTWO00V58ZTUozCs6xPfgD 2cSipxb0uslVYoJN7sd5A== X-UI-Out-Filterresults: notjunk:1;V01:K0:4uN7Z35xGIk=:k8s9L2gXKxmacsEssfapmU ohbjMp/v+9kMGlWvs6QNNjZxefS+8jtEvqjEuvtDWwxqPdErK0Vc64FWFih+tDWaIXAlRw03T J0mPFSgdTq9PmSCBjXBgkKt7ApRInRkAXarz/0dXPrrxE1gdKUsYq+p5JmsMOZdUu4AfBv+30 e0HK1Oohsht7e9XIFfWQ3wyo63GwaHJ80z5MwcAJaCzuMZHajIF3bQ0Mq2aRUa7umedYMbju4 CTeIP3WogzPEsc3lJrK/If6+qICmm5Tzg9BK5MwQ8zYz95M8YPRlYcBD8lNi5uC0eZDiMjivj F09Nuz3WduOMzDaDM0vK1LUVGfkytbz66lGQ/46+I/vSZnI7j6x8f2maKdpH3/5gb3DsVxdV4 U5chjHSIPtPJBjVqYFUhLHr8BHlV/lYM3cte8uo75hXCaV3iwVF8NbRMhS0mABpPDEtS269e2 NWpY5NvVFxp4/nsPVTeLG8nbJYEIQuPJWaAggfL4jMyOm4P1d8TMlZZ9pIEhFTKwYtOCdOsBk yScYBdPb11iKH2ZoENNCQ+qMccxgXWlaqL/bRBsTtzH5QxbuucXmNRC5ka2RqfTp5Hz2gy5Ro XKGUE3p67EPk+thRTKMgoglNEhSx0Z3LUZSA0nhjgpFbqwhpFpcl8J7GyTfGXW/PAKqXSgGhd Uxg4lfzb2+y3SoV67b02fZ74xxvsnQo/SKq9dcVdGnaNXGYHPGWIe+b3NPXVxtEpw4zpbnhAU hPV5Z555ZE4nnbFZmGAWFJMr89rLFuPUyBVj9EvxOEMsMyb7+7MITxUsp5+iJXfpw5plXbfxL HxjRUr7 Subject: Re: [PHP-DEV] [VOTE] array_key_first(), array_key_last(), array_value_first(), array_value_last() From: enno.woortmann@web.de (Enno Woortmann) Am 09.07.2018 um 13:16 schrieb Woortmann, Enno: > Hi, > > as the discussion got no new contributions I'd like to start the=20 > voting for the RFC fo add new functions for the handling of outer=20 > array elements. > > https://wiki.php.net/rfc/array_key_first_last > > To have a better separation I split up the vote for the functions. The = > first vote covers the functions to handle keys: array_key_first() and=20 > array_key_last(). The second vote covers the corresponding functions=20 > to handle the values: array_value_first() and array_value_last(). > > As this RFC adds functions but doesn't change the language syntax a=20 > 50% + 1 majority is required for both votes. The votes are open until=20 > 2018-07-16. > > The discussion for this RFC is located at > > https://externals.io/message/102245 > > Regards, > > Enno Hello together, The vote for this RFC has been closed. The vote for the initially RFC=20 containing the functions array_key_first() and array_key_last() was=20 accepted, the vote for the extended RFC (adding also array_value_first() = and array_value_last()) was declined. I'll update the pull request located at=20 https://github.com/php/php-src/pull/3256 tomorrow and remove the=20 array_value functions as well as adopt the code review remarks of=20 derickr so the PR can be merged for PHP 7.3. Thanks for the participation, Enno