Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14933 invoked from network); 12 Jan 2013 08:04:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2013 08:04:37 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:38698] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/72-28362-41911F05 for ; Sat, 12 Jan 2013 03:04:37 -0500 Received: by mail-oa0-f51.google.com with SMTP id n12so2582905oag.10 for ; Sat, 12 Jan 2013 00:04:34 -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=UazKU0qmSov5GsaEme5EA79+8dBFnbAhlBHalCOjeyI=; b=px8O8MYP9xkWnlEF6MkMPuh2Q1PrXIHYizVXkujZKRt7TogJ1drfm/50oephMpml2p CQDBl5lbPNHG3iXmpkeCa18uy7uDDC42LKwDTzf73RxI/92s2VGbFy+3UZk2vgkEVp/D JNSOf2uwy0HfuE8hEJyTdkWKfTShDF/R+D6hHZ4lIDF2CFjkEyWgk9qhumyCfXX3sWts g7+2skMABU8AGZ6bLZ91929aWg32OBOjzWSiu3g7OjyAzj0UoBmeJwH3XXdkR7mRo+hM TZCmy3PKcLf5Jccn9XeuBl0mll4TS4uFlaL9W2FcXiLL+mWeRuihP4TOGDXWtk0+Nq1R aMaw== MIME-Version: 1.0 Received: by 10.182.177.72 with SMTP id co8mr56946816obc.53.1357977873952; Sat, 12 Jan 2013 00:04:33 -0800 (PST) Received: by 10.76.82.234 with HTTP; Sat, 12 Jan 2013 00:04:33 -0800 (PST) In-Reply-To: References: <50F0FB3B.2090509@sugarcrm.com> Date: Sat, 12 Jan 2013 01:04:33 -0700 Message-ID: To: Kris Craig Cc: Anthony Ferrara , Stas Malyshev , Nikita Popov , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] array_column() function From: morrison.levi@gmail.com (Levi Morrison) The real problem here (in my opinion) is that `array_filter` does not pass the key information to the callback. If you could do that, you could select columns that way.