Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80716 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31030 invoked from network); 18 Jan 2015 02:01:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 02:01:45 -0000 Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:52606] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/F1-18613-8041BB45 for ; Sat, 17 Jan 2015 21:01:44 -0500 Received: by mail-lb0-f181.google.com with SMTP id u14so14048472lbd.12 for ; Sat, 17 Jan 2015 18:01:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=jGesDjWVnYahLUaY1JFiq/cBmbM1MXwR4VJeuhlaaNE=; b=s3O/T1LcvQvDyx4nw06q+lR4pj1gbwSfXfjmBZaJ2+Q6l7Pd2JQf9tngUDFYj9D+aR Bp1cmiE9R7xOEaIDTHrpt9+0W8S3ZRlxq6/V5TfLlafCDJ0QWqsjJWg99o9Ficzxrx/k fKkXdQchX4f87ridTOFILah26aYCwLGxhP6xKwqav4YIyfAc8lLKkd2or7YTSsNuWP9T i/UTTzEhn02uC6eJCjaqMukswxteObws47qEBCEhsZNcZEJ4oEhu+aB62QMe7QV3gXVr 1U6/uc1DTftImPItGinwykzhhqtoUxgZWHCt8ScSXWf4rVsV/LtzpkJLrqyStE+j0Y3z nobQ== X-Received: by 10.112.119.167 with SMTP id kv7mr23045094lbb.62.1421546500953; Sat, 17 Jan 2015 18:01:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.21.101 with HTTP; Sat, 17 Jan 2015 18:01:20 -0800 (PST) Reply-To: marcio3w@gmail.com In-Reply-To: References: <52243BA6.5040905@sugarcrm.com> <54B6C047.3070301@mabe.berlin> <48223964-2F90-4386-BD8F-934791E45EB4@welsh.co.nz> Date: Sat, 17 Jan 2015 23:01:20 -0300 Message-ID: To: Yasuo Ohgaki Cc: Patrick Schaaf , Simon J Welsh , internals , Marc Bennewitz Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Skipping parameters take 2 From: marcio.web2@gmail.com (Marcio Almada) Just a note: I still think a single char token (like `~`) would look great and wouldn't be "cryptic" like Yasuo argued. But, as said before, it's just a minor observation. The `default` token is a great option and sounds very intuitive to anyone I've asked for opinions. 2015-01-17 22:52 GMT-03:00 Marcio Almada : >> Cryptic notation is not a PHP way. IMHO.I like original "default" proposal and it is good enough. >> Regards, > > When I suggested `_` it was more as a feature wandering. I like > `default` too. The RFC looks good enough as it is now :) > > 2015-01-17 22:14 GMT-03:00 Yasuo Ohgaki : >> 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