Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38629 invoked from network); 18 Apr 2012 10:21:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2012 10:21:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:48433] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/76-03614-9B59E8F4 for ; Wed, 18 Apr 2012 06:21:48 -0400 Received: by obbup16 with SMTP id up16so2999424obb.29 for ; Wed, 18 Apr 2012 03:21:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yM3Lq5iZq77IHsOePdj/bVXu7UHLvQuPgLrPbU8sSpE=; b=WQVQCH6G56iAFB9PM/leMbWtbtDr8NZDoBRFybdLIB4qKBKBZjMjXBfaePBtI98XKu oqXh/CXk0MiRNgtT5hEznvIV2nlOdTfz3w684NGZsTATJg7NTOInkyV/1EJXYePhZl7V 1avclGNWbJ7v4Whj5+28WUdfzDcYrezalbetx284Pnhc1K+ry+U0yQac9badge4eEaUu YYU0aB1Cqzqy+d0JQoekWxj8gncpovJ4a0NPb8fhUCe9jFZ9HDHYDOv8Zpn3LdgJfYK2 B7O3wOOxnMj7qbhYemE6EhpH/rot0a4TX9HncQS3SGLarv+9Xs/of8XNDjE0IgGHGfaJ RHxA== Received: by 10.182.44.74 with SMTP id c10mr2099574obm.43.1334744503445; Wed, 18 Apr 2012 03:21:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.97.103 with HTTP; Wed, 18 Apr 2012 03:21:01 -0700 (PDT) In-Reply-To: References: <4F8DF4B1.2040307@sugarcrm.com> Date: Wed, 18 Apr 2012 11:21:01 +0100 Message-ID: To: Daniel Macedo Cc: Adam Jon Richardson , internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d044785e3fe674004bdf16b8f Subject: Re: [PHP-DEV] [RFC] skipping optional parameters From: petercowburn@gmail.com (Peter Cowburn) --f46d044785e3fe674004bdf16b8f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18 April 2012 10:25, Daniel Macedo wrote: > But I couldn't support the comma train, for the insane =ABlots of > parameters=BB case, would hate to read some fn($some,,,, $var,,, $other) > call. > I'd rather reuse a reserved word like 'default' (or even get a shorter > one?) > > How about "null"? (Tongue firmly in cheek) --f46d044785e3fe674004bdf16b8f--