Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80722 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41611 invoked from network); 18 Jan 2015 03:32:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 03:32:17 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:62211] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/14-18613-F392BB45 for ; Sat, 17 Jan 2015 22:32:16 -0500 Received: by mail-pa0-f45.google.com with SMTP id lf10so31851342pab.4 for ; Sat, 17 Jan 2015 19:32:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=7ACO4BmqEi6CwlwgE4GdCwGgBwxl7Us/bqxSu7wNeYw=; b=Ai7Qv2TtlqxAFGIsryYP3KghiCe6l3D9Pdmxt3iHWGkRwknvu9dN8O0H+gThIYm/hP xtf1/If8ZFPVEKOKpCZ1v2HGt3K2eqN83OSV0MLeDOhW4npQxK82mkXRx9PzJHxjW6jV LgW2ZhYJVmYfam1zr6hApyF8RDIy1WdP+AtdONT7i7FJ9JAzDdJCAXG6Dkr/PZWVfMAm 8ZjwkEPBeQsLB3tAsv42t9QZnNhQjnLOHVw82jfxegVAvXd/ZO54yM7vYSchtE+OBaNZ yHd3C/P/lW35UCw+kBVQx2gOzfsfYhGQunaFlmi27nzeyFD8zT4170Y7yBPfayID069X fPZg== X-Gm-Message-State: ALoCoQnSzGW875SsxGEeOByOZkVJzkZj9fXEyV/vooUGLdMgR2aAv4+kYGSAzx1LbT7l5+VkalzQ X-Received: by 10.70.15.196 with SMTP id z4mr25226208pdc.20.1421551932590; Sat, 17 Jan 2015 19:32:12 -0800 (PST) Received: from [192.168.200.49] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id nu5sm7868569pbb.79.2015.01.17.19.32.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 Jan 2015 19:32:10 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) X-Mailer: iPad Mail (12B440) In-Reply-To: Date: Sat, 17 Jan 2015 19:32:09 -0800 Cc: Yasuo Ohgaki , Patrick Schaaf , Simon J Welsh , internals , Marc Bennewitz Content-Transfer-Encoding: quoted-printable Message-ID: <84D705DD-7E5E-4030-8DB3-1150CED67F70@lerdorf.com> References: <52243BA6.5040905@sugarcrm.com> <54B6C047.3070301@mabe.berlin> <48223964-2F90-4386-BD8F-934791E45EB4@welsh.co.nz> To: "marcio3w@gmail.com" Subject: Re: [PHP-DEV] [RFC] Skipping parameters take 2 From: rasmus@lerdorf.com (Rasmus Lerdorf) On Jan 17, 2015, at 17:52, Marcio Almada wrote: >> Cryptic notation is not a PHP way. IMHO.I like original "default" proposa= l and it is good enough. >> Regards, >=20 > When I suggested `_` it was more as a feature wandering. I like > `default` too. The RFC looks good enough as it is now :) _ is not really an option since it is the standard gettext() shortcut. Eg.=20 http://en.m.wikipedia.org/wiki/Gettext#Programming http://php.net/_ -Rasmus=