Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91473 invoked from network); 21 Oct 2010 08:10:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2010 08:10:43 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:59237] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/63-03733-D75FFBC4 for ; Thu, 21 Oct 2010 04:10:37 -0400 Received: by iwn37 with SMTP id 37so5279790iwn.29 for ; Thu, 21 Oct 2010 01:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=nFbB3cS1+jwGQab9x3bkFdiJpkFfY0hbWupexFe3aZc=; b=CaABrAOlk0eqoLak/cIPESc7r/2xdznQIsIXgZ2123fS9Qpy4hntsQuer7bfFcY0WF vb714GfAsNftdLt3V/5IuWaXNyc/aKc4GErQsBFCzeUlJkiMz1HLXJUDAJZRs7+AklA1 PlJax2C8ajqL4yD7zr9Zeul0aESJz5twTV4rg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=tqrotBUvGvvdHE/jv5aCb9G7ID7F2tIw++mKt2S/KW7WCN/akyeA0GTzH2Cu71Z8vP WKFFBDRODfbR5JvuIsgSQp7GflPv5n/S8uFOXp1s3fD+tiaE0eJ6B2A+v3JEvHtJ2C0z ibPpYCARo/e484Y4w9LB1bv3HE8agPN6l7MFA= MIME-Version: 1.0 Received: by 10.231.183.136 with SMTP id cg8mr527877ibb.114.1287648634630; Thu, 21 Oct 2010 01:10:34 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.231.172.3 with HTTP; Thu, 21 Oct 2010 01:10:34 -0700 (PDT) In-Reply-To: References: <4CBFF13B.5060404@gmail.com> Date: Thu, 21 Oct 2010 10:10:34 +0200 X-Google-Sender-Auth: iEqUfzno8kQBNyKT-E3IpXR_3gU Message-ID: To: Michael Shadle Cc: "Ionut G. Stan" , PHP internals Content-Type: multipart/alternative; boundary=0016364ecd0676739904931c0ff6 Subject: Re: [PHP-DEV] Skipping of defaulted parameters. From: info@tyrael.hu (Ferenc Kovacs) --0016364ecd0676739904931c0ff6 Content-Type: text/plain; charset=UTF-8 On Thu, Oct 21, 2010 at 9:56 AM, Michael Shadle wrote: > 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... > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > With #6, you would lose the argument hinting(either be native, or phpdoc) feature for your method. Tyrael --0016364ecd0676739904931c0ff6--