Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59186 invoked from network); 11 Jul 2013 20:47:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2013 20:47:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.169 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.169 mail-ob0-f169.google.com Received: from [209.85.214.169] ([209.85.214.169:43160] helo=mail-ob0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/A6-03322-ED91FD15 for ; Thu, 11 Jul 2013 16:47:26 -0400 Received: by mail-ob0-f169.google.com with SMTP id up14so10631536obb.28 for ; Thu, 11 Jul 2013 13:47:24 -0700 (PDT) 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=BaDyVOZhee/CNmbWHBbCFLW5vN9vr6HTHORstqDk8m4=; b=GXBsdmCbR9FmXkvHtQJtfnyAMYZ6pzvlAFwSRrDUTOB07IvcZP45PSihcmHleIeLbZ 14ZI+XiwNUanZYZBanc8CjVSSXr42R1R0ag4IRJvaTbC9uYqiOAzyrENArD2yn+zpWwq pk0SfgA3cdc6kAzSpmB95gRHqLYdw3WUXLGYby2KUfsT8ocavgP73lQ0ikqWO6iUEuZ8 97qKk7zfHe7+1gpaY6Ss9cMDbmNkLi7owhkcyhvzq0uScRurtXJxFfSOOvFSqLnhpD5R /tlgTUhdiu1UB8HJ9uB7v1bHy4pJ8HcxJSNOgD/a66ACRBR/M/LLjvm5LBYXG5PJGWYE if9w== MIME-Version: 1.0 X-Received: by 10.60.99.101 with SMTP id ep5mr33627346oeb.98.1373575643903; Thu, 11 Jul 2013 13:47:23 -0700 (PDT) Received: by 10.182.89.170 with HTTP; Thu, 11 Jul 2013 13:47:23 -0700 (PDT) In-Reply-To: References: <1372258135.2410.22.camel@guybrush> <51DF0CDD.7060108@sugarcrm.com> Date: Thu, 11 Jul 2013 22:47:23 +0200 Message-ID: To: Sara Golemon Cc: Stas Malyshev , Florin Patan , "RQuadling@gmail.com" , PHP internals Content-Type: multipart/alternative; boundary=047d7b33d0f053bc4904e1428033 Subject: Re: [PHP-DEV] Request for comments - new PHP feature: return typing From: nikita.ppv@gmail.com (Nikita Popov) --047d7b33d0f053bc4904e1428033 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jul 11, 2013 at 10:27 PM, Sara Golemon wrote: > I won't suggest that PHP should follow HHVM, if anything I'll usually (and > have frequently) rallied for the other way around. In this case, however, > as with Generators, I think that we should endeavor to keep the > implementations close together by the most appropriate means. I don't want > two versions of PHP syntax. > It would be nice if the HHVM devs could send a mail over to internals when you're including new syntax, so we are a) aware of the fact that you're adding it and might consider adding it too and b) have a chance to provide some input on the feature (in particular also in order to bring it into a form that PHP would be willing to include). I understand that discussing some new feature on internals most likely needs five times more time than actually implementing it in HHVM, but I think that it would benefit everyone if there was some communication between the projects :) Nikita --047d7b33d0f053bc4904e1428033--