Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68241 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13403 invoked from network); 20 Jul 2013 03:53:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2013 03:53:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.41 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.128.41 mail-qe0-f41.google.com Received: from [209.85.128.41] ([209.85.128.41:59281] helo=mail-qe0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/F9-13120-1A90AE15 for ; Fri, 19 Jul 2013 23:53:06 -0400 Received: by mail-qe0-f41.google.com with SMTP id b4so2838309qen.28 for ; Fri, 19 Jul 2013 20:53:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=tGhz6A6uGXn/gPGjjajzd2O+DOpKRkt9HrsArwaoIRU=; b=hVsXeJ09Ag7hDEAL3sqBMwvKbA7msPdHgkZ0PMgvqtSgcCCBVjUU5maMaO/IUeeTCA S8Kr6CgsE6PWgnBdm7LkkVDsLB7z2gvhV/xoOUWoBRwfyzJFGzXObEm4ph/cINGgc5EI fBRh+UPcHqqav5yKNxa4AwXvc0InYTlWBDeTlLGPfCHX/77nYjj6wN3a+p6vhuTD8Pxi hxLTYKQyBVRtnlheB1345LkakvdrB35Q/yW4c+jd6zEHfwgELwjs6BcVXGrJrGWjhBDR L5ZQKKDQL6cimjm9dXB5XjjaV8GBNgcxg3g6lDXrAoWrXre1zTIYM2l/mXMZWukIg+GR ZRzA== MIME-Version: 1.0 X-Received: by 10.49.58.70 with SMTP id o6mr20155863qeq.1.1374292382830; Fri, 19 Jul 2013 20:53:02 -0700 (PDT) Sender: tjerk.meesters@gmail.com Received: by 10.49.105.138 with HTTP; Fri, 19 Jul 2013 20:53:02 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Jul 2013 11:53:02 +0800 X-Google-Sender-Auth: 91WrBzplBwkR8a3uY6Ua24jHU3k Message-ID: To: Arpad Ray Cc: Daniel Lowrey , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b2e52904bd5ae04e1e9618c Subject: Re: [PHP-DEV] Language constructs and callability From: datibbaw@php.net (Tjerk Anne Meesters) --047d7b2e52904bd5ae04e1e9618c Content-Type: text/plain; charset=ISO-8859-1 On Sat, Jul 20, 2013 at 1:32 AM, Arpad Ray wrote: > On Fri, Jul 19, 2013 at 6:28 PM, Daniel Lowrey wrote: > > > While it works, it somewhat obscures what you're trying to accomplish in > > the code. The maintainability nightmare alone may be enough to > > counterbalance any benefits. Then again, who needs > > readability/maintainability when you can write hopelessly impenetrable > > code? :) > > > > > Yes, quite, let's just pretend this thread never happened ;) > Let's also pretend I didn't suggest to add a third argument to array_filter(); array_filter($arr, 'is_null', PHP_FILTER_INVERT); ;-) > > Arpad > -- -- Tjerk --047d7b2e52904bd5ae04e1e9618c--