Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50034 invoked from network); 18 Apr 2012 11:06:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2012 11:06:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:64554] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/E8-03614-F10AE8F4 for ; Wed, 18 Apr 2012 07:06:08 -0400 Received: by iaeh11 with SMTP id h11so12129441iae.29 for ; Wed, 18 Apr 2012 04:06:05 -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 :content-type; bh=ngv+Q1tUF6EhcGZkNTCE+E5M9xMR6cRWydmWlHr7Jfo=; b=jmrT1vGtDEELgB4sufsrcvw+t+b9ZVwVckAnf9O2yTdttn/Pi4Xcc9R7Vz0amMuitg KkECwjayXMfmFE2uYWsc8tp+2Yc4+t91DMCN9Af7xC01y2tiQqh2HVBySutZuYe3bSxs 4E7akcCxDoLUB63DhFHAu/IyDuRcxcESZ49Do0JA/GsZY2jm5sPOBTHB1zzsj+Js2ARm Fh00wCHtD5YWKI/CqxcbIz2TIBXwkDfx/fa7PjyKepWEGlpndsT1H2WTfymhtUVChfip zX3UCM4Dqzx7THMitZtfEHQ2IypH9cRrjRpbKGGlg+xRdAgZUIZUDthKBx2g+8EJuupU qWCw== Received: by 10.50.46.138 with SMTP id v10mr1313891igm.18.1334747165393; Wed, 18 Apr 2012 04:06:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.134.233 with HTTP; Wed, 18 Apr 2012 04:05:45 -0700 (PDT) In-Reply-To: <4F8E9E1E.8050207@lsces.co.uk> References: <4F8DF4B1.2040307@sugarcrm.com> <4F8E9E1E.8050207@lsces.co.uk> Date: Wed, 18 Apr 2012 14:05:45 +0300 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=14dae9340b75a8832d04bdf20a3c Subject: Re: [PHP-DEV] [RFC] skipping optional parameters From: arvids.godjuks@gmail.com (Arvids Godjuks) --14dae9340b75a8832d04bdf20a3c Content-Type: text/plain; charset=UTF-8 I personally would vote for the "default" keyword if I want to skip the param rather than just doing it with , - the keyword approach is much more readable and error prone. --14dae9340b75a8832d04bdf20a3c--