Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80990 invoked from network); 9 Jul 2018 11:16:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2018 11:16:59 -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.17.12 as permitted sender) X-PHP-List-Original-Sender: enno.woortmann@web.de X-Host-Fingerprint: 212.227.17.12 mout.web.de Received: from [212.227.17.12] ([212.227.17.12:56177] helo=mout.web.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/B3-49043-424434B5 for ; Mon, 09 Jul 2018 07:16:53 -0400 Received: from [10.129.18.221] ([194.76.42.30]) by smtp.web.de (mrweb101 [213.165.67.124]) with ESMTPSA (Nemesis) id 0MdLwN-1fJzpz3x1n-00IQx1 for ; Mon, 09 Jul 2018 13:16:48 +0200 To: internals Message-ID: Date: Mon, 9 Jul 2018 13:16:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:O8MklKNQ98PFUPKGsooZ7ZTBQaX0ENFAupROKPgZrQbXlwVlE6b gOknZ9Lw8lhDxUPjz1KVDL+Wnd9GFfDq78E6ORF2Jb4JyDbxEA9T0ocj7rLK3ffUDTTgLGc uLjlmR9kAdzm7FwNT/0voxn2vpfIdm6+ZsxVd6JnNqwujs5JMIhFmqj5NxPdU1+MiuTPcVg 4LJHzru2yUtvzXRWQ9i6w== X-UI-Out-Filterresults: notjunk:1;V01:K0:x8G3xuCS6I4=:lp6VwVcf8iGlvrsrdFzdvd P5xjwY3kiYIPpL0olTKO9d4ZmkqdIYveKCX9VRUB+ei9ORAJ5Ma/p6/yvcISzpUqQ4d1Gx/ED PxVY2O9zdONhb4AWxv7ZqiaaKEvlfskU3PKQOOnBxSayod8x/45dPYbKpBIbb4qKDkPx+8v77 n76a6LKI9T4/AP7IEmbd2YW3P7iwTeLkdnB+t3hsJUtYL70uR+Z/weE+eX0UbGMmTjUHxl1vX Tu8AGRNG53CU8HDCkFN1qBSJZJVeCRNXw0K9cIvHRHTZOnqj+AQ8+PznFGy4Wj1zKrO5MO4TZ tn00ESeTSDGRvURN0VYeCgahcRQzRJj4u1OLm/I8cff9jrBQ/uwNIPnuMYkATY8gYsJrte4t0 qQA0/GiCqJlB2/lMYUF6lEU62wCRQWeA11q24fgoU47uw4YYLKISZVYLiUIoF7bCw+TxQ3PuS 57MAtJlUBSRqdwNSVJeGchlw/Dx8RAIkT3Z0dyAB2/fFHkmaYKS+mINPl65e1Tp9ugy6yazPZ iZJ5HJZCVaN9YLWwoFutMIlVw0hNnD8C6LWkvAcNdq1vBiTfI+/mkVCVYaIzEoxuB9NGHEWAH ckddLUeETsVzjKV1PaC46gUh48rswffwRWBNAtQf0tEFnmpiX3Nky0fXY0vRI38aVMOfUhqi1 zbvEmdAr82T0hXaLD3kkoM38S1+Evt/6wdkyQ1mpEFIBZpvnQMEqBvs58nOmr12kL3R5y/2gS S8ifGbreFsD7zqovfSiftYVcTadG508nMAb1YJ+rFQHmUKbfNYWYUks+ku7vx3fAt9paVAFTH lOzs5cf Subject: [VOTE] array_key_first(), array_key_last(), array_value_first(), array_value_last() From: enno.woortmann@web.de ("Woortmann, Enno") Hi, as the discussion got no new contributions I'd like to start the voting for the RFC fo add new functions for the handling of outer 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 array_key_last(). The second vote covers the corresponding functions to handle the values: array_value_first() and array_value_last(). As this RFC adds functions but doesn't change the language syntax a 50% + 1 majority is required for both votes. The votes are open until 2018-07-16. The discussion for this RFC is located at https://externals.io/message/102245 Regards, Enno