Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46751 invoked from network); 16 Jan 2015 07:47:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 07:47:34 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:39777] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/41-39838-412C8B45 for ; Fri, 16 Jan 2015 02:47:32 -0500 Received: by mail-qa0-f49.google.com with SMTP id v8so14426090qal.8 for ; Thu, 15 Jan 2015 23:47:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=2pwBwWy0Mi5+PLR732M2LXIgA1hfT24dEh6YVwyIms4=; b=0Vb0mWMOJY91tQHqc46mV6ziYMtbV+V1F+xjBUQKFFuYuO5NS7ct7h8Ghx9RA+BLsy OaGZQvDza/xTy/7vMEVCamlZYmUue7wVhB5pDiHPbVT1U+med6i92p/dT3142z7VhUXA cYDvedOYBgea+7jpZ1HjiJmrP/fYvkSDKp/uHs21SphPLQsnO3+ZOw4oESTiRUO9iRlx S0S9VIv0kL0NPHfP4zsl+EMdnIM9SUE2pfAi/Pr4INh4OUGMYlKtOn/2wD72gr6MewEz fA3xF0T/diaEXci7bGUS9Cxhi7GbX+0k4q4ZWWeZCGlBQJBtMiKwYNEswXdnLpoFVJCV JR3Q== X-Received: by 10.140.90.112 with SMTP id w103mr10500967qgd.65.1421394449998; Thu, 15 Jan 2015 23:47:29 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Thu, 15 Jan 2015 23:46:49 -0800 (PST) In-Reply-To: References: Date: Fri, 16 Jan 2015 16:46:49 +0900 X-Google-Sender-Auth: rR-7z3Hjgx0ZqOElbdQXRsG5v8g Message-ID: To: Levi Morrison Cc: internals Content-Type: multipart/alternative; boundary=001a11c11a98472b7b050cc02fd6 Subject: Re: [PHP-DEV] [RFC][Vote] Return Types From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c11a98472b7b050cc02fd6 Content-Type: text/plain; charset=UTF-8 Hi Levi, On Wed, Jan 14, 2015 at 6:18 PM, Levi Morrison wrote: > [1]: https://wiki.php.net/rfc/return_types#vote > I read the RFC quickly and could not find closure syntax example. function():array use ($var) {} or function() use ($var): array {} which one will be the syntax? I suppose first one will be the syntax, though. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c11a98472b7b050cc02fd6--