Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80945 invoked from network); 12 Jan 2013 00:47:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2013 00:47:46 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:60618] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/71-02940-0B2B0F05 for ; Fri, 11 Jan 2013 19:47:45 -0500 Received: by mail-lb0-f172.google.com with SMTP id y2so1719972lbk.3 for ; Fri, 11 Jan 2013 16:47:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cOmrv6TA/J3W/D1dCPSkns0IRz4sBUkOpFKNTBNdqhA=; b=lX6pFSpiLVh4lzZIrDfpCAvfoCy94DhLZLAzpoNydg6RHjQ030KZDb9j5kiAK+3JLS 4gpOx7/HNFMwgcjdZc4UXobOV0jmiAkDbgVNSF7E5+2f0L6K9OdEma2U5eiPxocX6Xs4 orple39Fl9+0+3Muny7WHU5LwVYdfPVy3mb2oTuuJw/MY36cr2IioyB4GxA/y/k9g9J6 ch70VHHOdZ7M8/FAalTD6kNzu/YbWpxMhkni8WeITFxo069ABaSdr03ko+CyWLCd5jOO 9ifFrI2AaR2qORT2SWTw4h9T/cA4X0CqdjjkCSam7P4pNn1Q/tcytpSl48mg2CwwgdF3 ebZQ== MIME-Version: 1.0 Received: by 10.112.51.175 with SMTP id l15mr30863067lbo.5.1357951661565; Fri, 11 Jan 2013 16:47:41 -0800 (PST) Received: by 10.112.4.168 with HTTP; Fri, 11 Jan 2013 16:47:41 -0800 (PST) In-Reply-To: <50F0AFFC.6060607@gmail.com> References: <50F0AFFC.6060607@gmail.com> Date: Sat, 12 Jan 2013 01:47:41 +0100 Message-ID: To: Matt Pelmear Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d0401678f68e74004d30cc21f Subject: Re: [PHP-DEV] [VOTE] array_column() function From: nikita.ppv@gmail.com (Nikita Popov) --f46d0401678f68e74004d30cc21f Content-Type: text/plain; charset=ISO-8859-1 On Sat, Jan 12, 2013 at 1:36 AM, Matt Pelmear wrote: > That said, I hate function aliases. Can't we have one or the other here, > not both? (array_column() vs array_pluck()) > Agree fully on this part. If this is going to make it, then please, *please* without aliases. array_column() is my preference here, because it has some descriptive value, whereas I have no idea what "array pluck" is supposed to be (and google doesn't give me much on it...) Nikita --f46d0401678f68e74004d30cc21f--