Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40219 invoked from network); 17 Jan 2015 06:05:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2015 06:05:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:49269] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/EA-16533-7ABF9B45 for ; Sat, 17 Jan 2015 01:05:27 -0500 Received: by mail-qa0-f42.google.com with SMTP id dc16so18225875qab.1 for ; Fri, 16 Jan 2015 22:05:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sdaWmRpcJIBwBR83c7bM7ulTOE7KrI0BlN4UyZsjMlY=; b=BlqwBbX20uWzYIKTChsLKBVmKAn5wkt58cdMPxUSGC4nkJmH6bIWg6f4l5FJhiJBbn wotIcPpGA/LDQEznhC9EDChYbzlNxBI184xMjucR1W9+9RikiqKz9on1Zj36wpif+fUS uOSFqwZ6hm5O/v9TfZEpmlHszmh+gh38Iuk9+kIvGxH9OPi5lKSvjFPTNmYgU+F3su3i Lw0nO2Bsv3ki9gtGjMXu1dXeJU97meon3ywkSxoa0cOwRwI582DbKkEeI8DuOzoNTrn/ k+KwbCwiVggKDjswg/7bIp0aPUVXizSM1bqCSOrUzhlnJ9+/ayPx/jsDL2ymyZl4zo/a L0pw== MIME-Version: 1.0 X-Received: by 10.229.99.134 with SMTP id u6mr11453510qcn.10.1421474724367; Fri, 16 Jan 2015 22:05:24 -0800 (PST) Received: by 10.140.22.106 with HTTP; Fri, 16 Jan 2015 22:05:24 -0800 (PST) In-Reply-To: References: <1CD8C39C-8830-4F95-812D-34DA83A7782F@welsh.co.nz> Date: Sat, 17 Jan 2015 07:05:24 +0100 Message-ID: To: Yasuo Ohgaki Cc: Simon J Welsh , Levi Morrison , internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][Vote] Return Types From: pierre.php@gmail.com (Pierre Joye) On Fri, Jan 16, 2015 at 10:36 PM, Yasuo Ohgaki wrote: > Hi Simon and Levi, > > On Fri, Jan 16, 2015 at 4:53 PM, Simon J Welsh wrote: > >> The tests have it after the use(): >> https://github.com/php/php-src/pull/997/files#diff-e306c6e99612ba59b00a4fe435b287e5R9 >> >> This was discussed in depth a couple of times in the related threads. >> > > Thank you for the information. It should be in the RFC. IMHO. > I feels natural to have type spec after function parameter definition > rather than > after "use". Please do not change the RFC during votes phase, or re start it. If many of the voters feel like they were voted on something different of what is being discussed here, it may be a good thing to restart it. However I think we all understood it as it is described in this thread. Let update it after the votes or for the docs.