Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68816 invoked from network); 18 Jun 2013 16:39:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2013 16:39:08 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.174 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 74.125.82.174 mail-we0-f174.google.com Received: from [74.125.82.174] ([74.125.82.174:49793] helo=mail-we0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/80-00171-B2D80C15 for ; Tue, 18 Jun 2013 12:39:08 -0400 Received: by mail-we0-f174.google.com with SMTP id q58so3523216wes.5 for ; Tue, 18 Jun 2013 09:39:05 -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=wFbhLlwtaIBsUb9snUcUsuCpelMRv5N2NjQBu5w1UQk=; b=rNWZmOTPKnGV1GvVMgCRGqJ8sjBiTsIPLKAdlsOcrnQ7ZJLvNf9AEF4nzvtRw9hq7g PMBjc7BHF7Tq4qL1RhP3olrZR1BEtRTwm6ubNw5LmUxB6GUpLfUO6CLZNgnM9gNJbxqL k7pgCmLNYoKw4/2InGf1rJ+9FOZpELUleOH5Rw6Fqlx4Gk3Gi4tAHg4eFTdof5QsYzW1 4VM0EY8SUtczykEsMWaDCgoHYyj9oK1xNruaBszkWb9rAuQLdf6EtAXJPuvBPtrOnzWA uqaLNfLRGCQq07DLlzj1s8fEn1u3mlKkPJkPsW8/OFCNLBsBZ+amufUt5I4WGhapuFC2 oSFA== MIME-Version: 1.0 X-Received: by 10.194.119.195 with SMTP id kw3mr11345987wjb.64.1371573545207; Tue, 18 Jun 2013 09:39:05 -0700 (PDT) Received: by 10.227.156.201 with HTTP; Tue, 18 Jun 2013 09:39:05 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Jun 2013 12:39:05 -0400 Message-ID: To: Levi Morrison Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e01228946f20f6904df7059cb Subject: Re: [PHP-DEV] PR 287 - added use_keys argument to array_filter() [Discussion] From: theanomaly.is@gmail.com (Sherif Ramadan) --089e01228946f20f6904df7059cb Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jun 18, 2013 at 11:28 AM, Levi Morrison wrote: > > > If `strlen` can't handle extra parameters then I'd say *that* is a real > problem, this PR aside. > I'm not sure how that's a real problem. All built in PHP functions specify a signature. --089e01228946f20f6904df7059cb--