Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67146 invoked from network); 23 May 2014 12:23:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2014 12:23:56 -0000 Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.116.43 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.116.43 blu0-omc1-s32.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.116.43] ([65.55.116.43:19334] helo=blu0-omc1-s32.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/3D-63132-ADD3F735 for ; Fri, 23 May 2014 08:23:55 -0400 Received: from BLU436-SMTP36 ([65.55.116.8]) by blu0-omc1-s32.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 23 May 2014 05:23:51 -0700 X-TMN: [bVojWfPOHebBY9F8BuYk9fDca4pBYEG8] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Received: from bobweinandsimac.fritz.box ([188.115.17.188]) by BLU436-SMTP36.smtp.hotmail.com over TLS secured channel with Microsoft SMTPSVC(8.0.9200.16384); Fri, 23 May 2014 05:23:49 -0700 Content-Type: multipart/alternative; boundary="Apple-Mail=_C0AB5D54-3FEA-4B79-B898-F31B456529D3" MIME-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) In-Reply-To: Date: Fri, 23 May 2014 14:23:44 +0200 CC: PHP Internals , Stas Malyshev , Zeev Suraski , Xinchen Hui , Andi Gutmans , Nikita Popov References: To: Dmitry Stogov X-Mailer: Apple Mail (2.1874) X-OriginalArrivalTime: 23 May 2014 12:23:49.0647 (UTC) FILETIME=[D9F2F1F0:01CF7681] Subject: Re: [PHP-DEV] [RFC] Fast Parameter Parsing API From: bobwei9@hotmail.com (Bob Weinand) --Apple-Mail=_C0AB5D54-3FEA-4B79-B898-F31B456529D3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="windows-1252" Am 23.5.2014 um 13:36 schrieb Dmitry Stogov : > Please take a look at https://wiki.php.net/rfc/fast_zpp >=20 > Thanks. Dmitry. I just wanted to discuss here too, if we prefer: for +: Z_PARAM_VARIADIC('+', dest, num) for *: Z_PARAM_VARIADIC('*', dest, num) or more: for +: Z_PARAM_VARIADIC_EX(dest, num, minimum_necessary) (Set = minimum_necessary to 1 for original '+' behaviour) for *: Z_PARAM_VARIADIC(dest, num) We weren't sure if the latter might confuse users of it, so... I personally prefer the latter=85 The first is just inconsistent. We = everywhere abolish these chars to indicate params and just there we = leave them? Makes no sense to me... Bob= --Apple-Mail=_C0AB5D54-3FEA-4B79-B898-F31B456529D3--