Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65074 invoked from network); 27 Nov 2010 17:52:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2010 17:52:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:64131] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/26-32860-F4541FC4 for ; Sat, 27 Nov 2010 12:52:15 -0500 Received: by qyk10 with SMTP id 10so6194730qyk.8 for ; Sat, 27 Nov 2010 09:52:13 -0800 (PST) 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:content-transfer-encoding; bh=8ZLsOrB+XEfRIqnwfTsCuscZ4+lferMaPJCQEGVDobU=; b=xtMyR4sKplP2mgC2HrpERhNl19iAY1OWgTl42sE7k5PjbnZsxKQ6waEW563r0wmilq CEaTkBs63Ta3VQJnMpg9V3/vm4+c3Y7tI0zTeiGGNjuxUog9kOoB39cr02FBN6gv5HnN T/tcFkB6Z4QLUdLZq8tGCeO8ugrbFHznV9f/8= 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 :content-transfer-encoding; b=lekELvzWr1Z4NoyPt+9weXdxh8D4qXVnU2tfUq9gUkpo4wDQLAQ1uupn7rc2i6ltdy c1twWOHmcL5U0r4CqYVYhS0MtPMYoeb5tJtaaluec8t3pId++IWlDEH8IzdeDJpgKsAa hjXMIXl9DAZTW3x7EegBXx35cNUbYz7GG1w9Y= MIME-Version: 1.0 Received: by 10.224.20.9 with SMTP id d9mr3288955qab.228.1290880333038; Sat, 27 Nov 2010 09:52:13 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.185.69 with HTTP; Sat, 27 Nov 2010 09:52:12 -0800 (PST) In-Reply-To: <1290879624.7033.826.camel@guybrush> References: <1290879624.7033.826.camel@guybrush> Date: Sat, 27 Nov 2010 18:52:12 +0100 X-Google-Sender-Auth: RVQ8XpsSqUb4uBXJ37z6HCDF0BI Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: PHP internals list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: Making T_FUNCTION optional in method declarations From: kalle@php.net (Kalle Sommer Nielsen) 2010/11/27 Johannes Schl=FCter : > RFC: http://wiki.php.net/rfc/optional-t-function > Patch: http://schlueters.de/~johannes/php/zend_optional_t_function.diff +1, I've missed being able to skip the function keyword for a while now. --=20 regards, Kalle Sommer Nielsen kalle@php.net