Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11412 invoked from network); 14 Jan 2013 16:37:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2013 16:37:02 -0000 X-Host-Fingerprint: 64.2.187.194 w194.z064002187.mco-fl.dsl.cnc.net Received: from [64.2.187.194] ([64.2.187.194:8135] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/F3-22727-D2434F05 for ; Mon, 14 Jan 2013 11:37:01 -0500 Message-ID: To: internals@lists.php.net Date: Mon, 14 Jan 2013 10:37:02 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 64.2.187.194 Subject: Re: [VOTE] array_column() function From: ramsey@php.net (Ben Ramsey) On 1/11/13 6:17 PM, Ben Ramsey wrote: > I've opened voting for the array_column() function RFC. > > You can vote at https://wiki.php.net/rfc/array_column#voting I have updated the pull request by removing the array_pluck() alias. I favor the array_column() alias, as it is more in keeping with other function names like array_keys() and array_values(), which do not have verbs in them. If the RFC is accepted, I will submit a new pull request against the 5.5 branch and close the current pull request against the 5.3 branch. If I should do that now, please let me know, and I'll go ahead and take care of it. Thanks, Ben