Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80632 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82066 invoked from network); 16 Jan 2015 10:30:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 10:30:17 -0000 Authentication-Results: pb1.pair.com header.from=php@bof.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@bof.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bof.de designates 80.242.145.70 as permitted sender) X-PHP-List-Original-Sender: php@bof.de X-Host-Fingerprint: 80.242.145.70 mars.intermailgate.com Received: from [80.242.145.70] ([80.242.145.70:54110] helo=mars.intermailgate.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/00-15918-C28E8B45 for ; Fri, 16 Jan 2015 05:30:06 -0500 Received: (qmail 15381 invoked by uid 1009); 16 Jan 2015 11:30:02 +0100 Received: from 209.85.216.49 by mars (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.2/19932. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:1(209.85.216.49):. Processed in 0.274621 secs); 16 Jan 2015 10:30:02 -0000 X-Antivirus-MYDOMAIN-Mail-From: php@bof.de via mars X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:1(209.85.216.49):. Processed in 0.274621 secs Process 15292) Received: from mail-qa0-f49.google.com (gmail@bof.de@209.85.216.49) by mars.intermailgate.com with RC4-SHA encrypted SMTP; 16 Jan 2015 11:30:01 +0100 Received: by mail-qa0-f49.google.com with SMTP id v8so14800575qal.8 for ; Fri, 16 Jan 2015 02:29:59 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.224.7.69 with SMTP id c5mr23473007qac.71.1421404199897; Fri, 16 Jan 2015 02:29:59 -0800 (PST) Received: by 10.140.98.166 with HTTP; Fri, 16 Jan 2015 02:29:59 -0800 (PST) Received: by 10.140.98.166 with HTTP; Fri, 16 Jan 2015 02:29:59 -0800 (PST) In-Reply-To: <48223964-2F90-4386-BD8F-934791E45EB4@welsh.co.nz> References: <52243BA6.5040905@sugarcrm.com> <54B6C047.3070301@mabe.berlin> <48223964-2F90-4386-BD8F-934791E45EB4@welsh.co.nz> Date: Fri, 16 Jan 2015 11:29:59 +0100 Message-ID: To: Simon J Welsh Cc: marcio3w@gmail.com, internals , Marc Bennewitz Content-Type: multipart/alternative; boundary=001a11c24eda6ad088050cc274ca Subject: Re: [PHP-DEV] [RFC] Skipping parameters take 2 From: php@bof.de (Patrick Schaaf) --001a11c24eda6ad088050cc274ca Content-Type: text/plain; charset=UTF-8 Am 14.01.2015 20:50 schrieb "Simon J Welsh" : > > > create_query("deleted=0", "name", _, _, true); > > > > Still not sure if it's better than `default`, though. > > That would be a BC break as you can currently have a constant _. A visually pleasing (IMO), even easier to type, and non-BC alternative, could be using a dash: create_query("deleted=0", "name", -, -, true); best regards Patrick --001a11c24eda6ad088050cc274ca--