Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10473 invoked from network); 25 Apr 2008 18:47:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2008 18:47:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=sam@sambarrow.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sam@sambarrow.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sambarrow.com from 208.70.128.103 cause and error) X-PHP-List-Original-Sender: sam@sambarrow.com X-Host-Fingerprint: 208.70.128.103 smtp-gw77.mailanyone.net Received: from [208.70.128.103] ([208.70.128.103:41676] helo=smtp-gw77.mailanyone.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/47-18287-03722184 for ; Fri, 25 Apr 2008 14:47:12 -0400 Received: from mailanyone.net by smtp-gw77.mailanyone.net with esmtpsa (TLSv1:RC4-MD5:128) (MailAnyone extSMTP sam@sambarrow.com) id 1JpSwv-0001PZ-KQ; Fri, 25 Apr 2008 13:47:09 -0500 To: Alain Williams Cc: internals@lists.php.net In-Reply-To: <20080425182341.GB14490@mint.phcomp.co.uk> References: <1209137410.6642.9.camel@sbarrow-desktop> <1209147362.20639.7.camel@sbarrow-desktop> <20080425182341.GB14490@mint.phcomp.co.uk> Content-Type: text/plain Date: Fri, 25 Apr 2008 14:44:07 -0400 Message-ID: <1209149047.20639.18.camel@sbarrow-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Return type hinting patch From: sam@sambarrow.com (Sam Barrow) I figured it out, the syntax is now as follows: function a($b, $c) returns d { } I'll post an update soon.