Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82124 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30869 invoked from network); 8 Feb 2015 08:14:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2015 08:14:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:49545] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/C0-24707-7EA17D45 for ; Sun, 08 Feb 2015 03:14:32 -0500 Received: by mail-pa0-f42.google.com with SMTP id bj1so26928888pad.1 for ; Sun, 08 Feb 2015 00:14:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=p2JeT/r+ofR8Qngn1aVrs+BY0wOZiHEg60se+hqOSY4=; b=m2N3GDWzIUQi59CDkxov/aGfRW+nRKtl+bc+rC3gfanQrQVp0QYAdbVULSIvV/izux +8PpzBymMW6QEEb9HBuWkZTdxmD7PzNvRq22ELvO3OhPKNPonwRR+QGZD+p0SmbdOYgm 0ILMNVhjX52pJr+X53X5srhUyZ154BKzRyr4cAYdLA9si6lnDvqKuA5cdkQ7aqAHtTq8 7tg715s0rO0gmq6/R9SH2yKzNGF7yy3bwIDHWb9E04B/rhMm/n63d+OYZ2Os5m/Kq7CE QmNOMJwjCDOYij3bLzxfsQum5Je0eHLVgm3IYnCzHzjunke/B/j2Hoz2F3Zxa2VMagci ZvIg== X-Received: by 10.70.127.239 with SMTP id nj15mr18855185pdb.136.1423383268235; Sun, 08 Feb 2015 00:14:28 -0800 (PST) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id qq6sm12843137pbb.20.2015.02.08.00.14.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Feb 2015 00:14:27 -0800 (PST) Message-ID: <54D71AD2.8030104@gmail.com> Date: Sun, 08 Feb 2015 00:14:10 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC] [VOTE] Parameter skipping RFC From: smalyshev@gmail.com (Stanislav Malyshev) Hi! I'd like to announce a vote on parameter skipping RFC: https://wiki.php.net/rfc/skipparams TLDR: it allows using "default" to specify that parameter has the default value when calling function with optional parameter, like this: create_query("deleted=0", "name", default, /*report_errors*/ true) The implementation is mostly finished, there may be some things needed for merging etc. or small improvements, but I'd like to have a vote on general concept first. The vote is straight yes/no vote, and closes in 2 weeks from now. Thanks, -- Stas Malyshev smalyshev@gmail.com