Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78995 invoked from network); 18 Jun 2013 17:30:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2013 17:30:07 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.175 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:53718] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/D2-00171-D1990C15 for ; Tue, 18 Jun 2013 13:30:06 -0400 Received: by mail-wi0-f175.google.com with SMTP id m6so3700539wiv.14 for ; Tue, 18 Jun 2013 10:30:03 -0700 (PDT) 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=IkXf7Ymirgn97iHRIykH7UoWFeCIKNqtS4l7A8Ym6mc=; b=oZdjVCtQCwj9qRWL2x2Eai94Q06e2KEIlj0p+ZONX38ddOA+GsN6B0f0mHNHlsxP0V Z+eUuDvlU1Xc+R8bClz31ZeVPclQiVaqTu3o2T/Ss7COfoi1wQNTGxPTwfTpy3El1jJ5 SckngVYcPdJ8p2zMOAahKMaFHPfBHc4/tCzQrca85TcJ3Q3AD/PtrOE1INccpv8+Msv3 qoyuLp8GJTkHiVWpPup3/5E+MsJz1q+vUILylXb4hXCAx7a6hfbzPu5gkxfqtWErguqi FQ759ZB+DuY613U/fvFEE/ARtKl983fB+RAQifVrQRAxtPyNi4VySQ7x8UFP/Q99Jhjg n4HA== MIME-Version: 1.0 X-Received: by 10.194.249.129 with SMTP id yu1mr11829485wjc.10.1371576603213; Tue, 18 Jun 2013 10:30:03 -0700 (PDT) Received: by 10.216.165.8 with HTTP; Tue, 18 Jun 2013 10:30:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Jun 2013 18:30:03 +0100 Message-ID: To: Sherif Ramadan Cc: internals Content-Type: multipart/alternative; boundary=001a11c299963784d804df711038 Subject: Re: [PHP-DEV] PR 287 - added use_keys argument to array_filter() [Discussion] From: leight@gmail.com (Leigh) --001a11c299963784d804df711038 Content-Type: text/plain; charset=ISO-8859-1 On 18 June 2013 18:24, Sherif Ramadan wrote: > I suppose the order of the elements should remain $value, $key in the event > of ARRAY_FILTER_KEY | ARRAY_FILTER_VAL. > This is also the order already used for the callback of array_walk, so I think it makes sense to have some consistency. (Even if I never liked the order of the array_walk callback :)) --001a11c299963784d804df711038--