Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64942 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27987 invoked from network); 14 Jan 2013 18:23:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2013 18:23:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.50 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.212.50 mail-vb0-f50.google.com Received: from [209.85.212.50] ([209.85.212.50:48976] helo=mail-vb0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/96-22727-81D44F05 for ; Mon, 14 Jan 2013 13:23:20 -0500 Received: by mail-vb0-f50.google.com with SMTP id ft2so3799142vbb.23 for ; Mon, 14 Jan 2013 10:23:17 -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=3KY1B7nIVNXjFWKxNm9ORhBG2tfN/nHHjMGs/5k4gkw=; b=kL2vETGu+tera+Nz3bNAnGmofcsmuCYrT+ggSBM/XYH8hl3Jjxx9p4z8Kg/jlrnDab +2tw8NcCmXHUQNZZWiNql0tbaslhQEJMZItXL0l4S3V7/bA8yFeUExsjvJuN+xu22wDN bGMuIlt/uZShE1elFsl3k0CGvhEmzmlVbuILALWo1jugBFVngP8P4lC8mJPM5ueIxm8j 3oYjd+Gos848bTTF0F5+91a97N/KFKtNaRwSjjnpS3Fvlp46HCKLJ6bcpaPIeq4Lk/rE hov9IhglyHPH0jePWXv/zJL+rgUhTtV/HkQBQsaBqh4NbQS6I4r5MPBr6VM1c0pn4sJi ZTmg== MIME-Version: 1.0 Received: by 10.52.36.167 with SMTP id r7mr89096648vdj.108.1358187797647; Mon, 14 Jan 2013 10:23:17 -0800 (PST) Received: by 10.58.173.4 with HTTP; Mon, 14 Jan 2013 10:23:17 -0800 (PST) In-Reply-To: <9BAEFC3A-4440-45FB-92CD-16CB2B13D1F0@macvicar.net> References: <42E4F513-0412-440D-BBBB-589F2A2463BD@macvicar.net> <50F44726.3030706@php.net> <9BAEFC3A-4440-45FB-92CD-16CB2B13D1F0@macvicar.net> Date: Mon, 14 Jan 2013 13:23:17 -0500 Message-ID: To: Scott MacVicar Cc: Ben Ramsey , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf30780ca43791ad04d343bdbf Subject: Re: [PHP-DEV] Re: [VOTE] array_column() function From: ircmaxell@gmail.com (Anthony Ferrara) --20cf30780ca43791ad04d343bdbf Content-Type: text/plain; charset=ISO-8859-1 Scott, > I did review these, and I like them, but I think they should be added > separately, especially since they deal more with objects than arrays. > > As long as the work with objects that implement ArrayAccess then it should > be fine? > For consistency sake, I would recommend that it does not work with objects (even that implement ArrayAccess). Right now, the array extension (the 76+ array functions) don't accept ArrayAccess classes, so this should be no different IMHO... Anthony --20cf30780ca43791ad04d343bdbf--