Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25684 invoked from network); 18 Jan 2015 01:15:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 01:15:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qc0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:55800] helo=mail-qc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/F0-18613-B190BB45 for ; Sat, 17 Jan 2015 20:15:08 -0500 Received: by mail-qc0-f178.google.com with SMTP id p6so21963254qcv.9 for ; Sat, 17 Jan 2015 17:14:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=PgBsg1ChDLfQKc0fatX6+Sa6mVQEa8DD8Y3+B7Uk6XQ=; b=BjljYqFhCCOOFJo5U7djcUjV2hPEr4wUwTzQKlP/3IDZrHzuP3+vYDk/2O/anuu+BL lf2MX01ewVYhHmhFbNnn39ctPTpEVSuxtsinL4XluvKdSo8l7cPAlf08c3wTZP0w7BxO llY8Mv0Mrpixp8YMrRrhIzE7hpF+J27tRqGB2mJ5mejXAXwIgq9LTWzN/SpSGUp/uk3a 3itUIXJs+2b0Db3DpVM/dop7DFWqheglBfX1ELgJxaaw+vI3cMs844BD/RoCR4B4+MG3 Om2iI/l0yJzBo8pEq3EgtSB8QcLNd0Z7syu3P2ZOVHuGFe7FChRvye7glylBg5/SgCjW Y65A== X-Received: by 10.140.97.203 with SMTP id m69mr9893996qge.39.1421543694240; Sat, 17 Jan 2015 17:14:54 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Sat, 17 Jan 2015 17:14:14 -0800 (PST) In-Reply-To: References: <52243BA6.5040905@sugarcrm.com> <54B6C047.3070301@mabe.berlin> <48223964-2F90-4386-BD8F-934791E45EB4@welsh.co.nz> Date: Sun, 18 Jan 2015 10:14:14 +0900 X-Google-Sender-Auth: GzuTP78FJJfWJnjF8MV01KF89kQ Message-ID: To: Patrick Schaaf Cc: Simon J Welsh , marcio3w@gmail.com, internals , Marc Bennewitz Content-Type: multipart/alternative; boundary=001a113a2aa2ed924b050ce2eee3 Subject: Re: [PHP-DEV] [RFC] Skipping parameters take 2 From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113a2aa2ed924b050ce2eee3 Content-Type: text/plain; charset=UTF-8 Hi all, On Fri, Jan 16, 2015 at 7:29 PM, Patrick Schaaf wrote: > 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); > Cryptic notation is not a PHP way. IMHO. I like original "default" proposal and it is good enough. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113a2aa2ed924b050ce2eee3--