Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66283 invoked from network); 14 Jan 2013 09:17:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2013 09:17:48 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.182 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:54794] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/31-59585-B3DC3F05 for ; Mon, 14 Jan 2013 04:17:47 -0500 Received: by mail-ie0-f182.google.com with SMTP id s9so4650590iec.41 for ; Mon, 14 Jan 2013 01:17:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=VObRHCvSJxghM08kPQsbGnwyLWpfcNn2m24qiWm71/E=; b=VwJpqnZ2nVObBaf2FMObBuAMDCwc2Lq0XRQLrypmlgaFWaTwMArISMdFUSW3qAvQQx gtN0S5qgJ9Gw8kDYLEPQ3IShAGruZOyZUX6xAReuYnBcPn4B9Qgdxj092KyYS7N/KGq7 ia9i3st6WWpfeVoabPA+5OI8qq7sz6Rcfwuzw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=VObRHCvSJxghM08kPQsbGnwyLWpfcNn2m24qiWm71/E=; b=KE1HiMCBVD90hQ6FBpRUe0Txa2GiufWvwj4MzrZ7j4A2j8lHf1abI4ysS2ABqBBUwN W7NBTD8mhLMvipq8PmX4MaeWtyrTkRNgVXOY+0x9FzQkZtDqXYZnK9CdD2GXUVlU2yuk CnXa3U1uaVoR8JzW2uVJ2wiV3UbC7l6kCe51WMlykMK/dpwtOaap7+pBJFG8+0oQ0ihX q7IepoPjFCJ1BH0GZhPXpsq5R4RvQ+e3TS+A0+8lQqxH6bc7XrXctTWXtwdLsfRr6SCQ 3VVVce+pp7UCUFAvWHnUk+Qy7ukIoCObHrUJd+9o8amLp24GjoyhHei/pLyx3jwWa1Ao Ix1A== Received: by 10.43.17.199 with SMTP id qd7mr59139683icb.52.1358155064938; Mon, 14 Jan 2013 01:17:44 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.132.193 with HTTP; Mon, 14 Jan 2013 01:17:24 -0800 (PST) In-Reply-To: References: Date: Mon, 14 Jan 2013 17:17:24 +0800 X-Google-Sender-Auth: DFa5SNEUoIg_xHcEAVwqMJCBjgo Message-ID: To: Ben Ramsey Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmqA3w30JsBdjB5gZ3AFythZaDD7cocFfPNhxO131wtzpkLpBfycJ6iUqIJLax9Lo0kr8mu Subject: Re: [PHP-DEV] [VOTE] array_column() function From: aharvey@php.net (Adam Harvey) On 12 January 2013 08:17, 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 To be clear, I've voted -1 solely due to the function alias: if this were reproposed with either name (I don't have a strong preference) and no alias, I would be happy to switch to a +1 vote. Adam