Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89121 invoked from network); 21 Oct 2010 07:56:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2010 07:56:32 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:61673] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/F2-03733-F22FFBC4 for ; Thu, 21 Oct 2010 03:56:31 -0400 Received: by qwg5 with SMTP id 5so3281859qwg.29 for ; Thu, 21 Oct 2010 00:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=IraaOhDPnLDztMbj4Js1QnQ/UHDITo4csTxBNdLXeQk=; b=vfl37HWBtGtERunbLOgUzWZ22OOS5LvGK9eMqFEXTE5Ouwk1ftgzafgWR/zq/zngPT 4aNYauqFuNeEbM4RTlRqNuNiX+k/eH2viwHvFiyzJggnNxEegqGLQv5LeYfWs2ilWZ93 H4yW1zYSA0z9A3MIH6PvvKnc23+9xdMOZkZ94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=g0rIipNQRwWPB09rPEy6RiZRDwwUP1n2XqIbrf3ph6T9LrtuIj4vBYpELza+2VdvIl rAYxz5PS+Q3MeK01ColCumI4n7jSggEn6ihQ6eZhB6s2vLM5CjWIKVcFBoEGvQljoeeJ FOO341wDWSfXMmZ9d6GFWCs5dBUgFzi601+e0= MIME-Version: 1.0 Received: by 10.224.195.134 with SMTP id ec6mr444431qab.119.1287647789328; Thu, 21 Oct 2010 00:56:29 -0700 (PDT) Received: by 10.229.221.9 with HTTP; Thu, 21 Oct 2010 00:56:29 -0700 (PDT) In-Reply-To: <4CBFF13B.5060404@gmail.com> References: <4CBFF13B.5060404@gmail.com> Date: Thu, 21 Oct 2010 00:56:29 -0700 Message-ID: To: "Ionut G. Stan" Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Skipping of defaulted parameters. From: mike503@gmail.com (Michael Shadle) On Thu, Oct 21, 2010 at 12:52 AM, Ionut G. Stan wrote: > Option 5: Implement named parameters? Option 6: do as other have and just pass an array yourself...