Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77656 invoked from network); 26 Sep 2013 23:50:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2013 23:50:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:58001] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/E7-37010-358C4425 for ; Thu, 26 Sep 2013 19:50:43 -0400 Received: by mail-wi0-f176.google.com with SMTP id cb5so58688wib.9 for ; Thu, 26 Sep 2013 16:50:40 -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=GuOi4hm4/nnVSi4dvqBQJIqVKBl96n75vu0ffZoRQWA=; b=v7kf56Zo4cmECzq43RsNW3xoKVQjzF9dxAnN9OQJagBRy146+N/3h/nmtKwJs316VS KA4BvsJzJLdvLDC6gw+JhtPgjmaN10Y9w32OTLmL/XqRZIFaQZB8XJNtgbJyak3cODx0 aAZm07J4A8MX6uWbhZ+0N4UQ9XBqJgziDXABi6pk0MLeoue1xYyYhYQfC8Hi4gpZTVA2 O7FmuKRN2ZYNKlzPe7xmvwCsZf2eXxk36losLonZh7umYM0YnW+SCMK0rTFE9nnMbrzR 3P+X+cXFL9H6y+ETxVTNBvW88gV3J3ZgouYNDRAAuMKXaFdzJYctI38AHD8nRKrG1pHn g4Rw== MIME-Version: 1.0 X-Received: by 10.180.221.38 with SMTP id qb6mr210548wic.8.1380239440433; Thu, 26 Sep 2013 16:50:40 -0700 (PDT) Received: by 10.227.134.196 with HTTP; Thu, 26 Sep 2013 16:50:40 -0700 (PDT) In-Reply-To: References: <13848974-B5E7-4044-9F04-C4EB15E09E9C@gmail.com> <52446146.7060100@ajf.me> Date: Thu, 26 Sep 2013 19:50:40 -0400 Message-ID: To: Tjerk Meesters Cc: Andrea Faulds , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1134d2da8d57cc04e75209b8 Subject: Re: [PHP-DEV] PR 287 - added use_keys argument to array_filter() [Discussion] From: theanomaly.is@gmail.com (Sherif Ramadan) --001a1134d2da8d57cc04e75209b8 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Sep 26, 2013 at 7:33 PM, Tjerk Meesters wrote: > > > > I didn't quite understand how the current implementation would have BC > issues, though. Would you care to elaborate on that? > > > I didn't look at your actual implementation. I saw 3 constants and deduced that one would be required. If it was the case that there was a default to values then there is no BC, but it's cleaner to just have two constants here with the default behavior being values. --001a1134d2da8d57cc04e75209b8--