Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76665 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88459 invoked from network); 18 Aug 2014 17:57:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2014 17:57:41 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.174 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.174 mail-ob0-f174.google.com Received: from [209.85.214.174] ([209.85.214.174:64418] helo=mail-ob0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/E1-09238-39E32F35 for ; Mon, 18 Aug 2014 13:57:41 -0400 Received: by mail-ob0-f174.google.com with SMTP id vb8so4216831obc.19 for ; Mon, 18 Aug 2014 10:57:37 -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=o2AAK2/gKEnJPqMWYTsewF8ay/g9FuDZMgraMxJT+VU=; b=daRPqc+Md38AHyI9D2G1XlxieOKuja5XOCskXs6k9HRRXvB/clOFB39+rPT0L5ydAw 6u2lIpGWPr/FSPam229ytaTggctF9JrhGkMsEcI88IQeqY3nWtW3DRYHakV6OdBuH7+D NLZsEzPCET91YYmdhLmuUeYr5vomEPZ7XEq6yAmdp2L8T4yyRXVhtRNk+nLZM+J+eCp4 EfMOZonc0MfijAhnmVLWrDfeIlgc87nlnhwTS+k9aLNWP9Bz4KK4Ud71dbDoz6iW5fvO wMH+1vdFuoGcFsQkA50NZMNV+go6qK7wSQJqXIYdGsuJDJ3ytAOt0nH30hYPguWC0x1v QRDw== MIME-Version: 1.0 X-Received: by 10.60.63.201 with SMTP id i9mr1671659oes.8.1408384657023; Mon, 18 Aug 2014 10:57:37 -0700 (PDT) Received: by 10.76.157.231 with HTTP; Mon, 18 Aug 2014 10:57:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Aug 2014 11:57:36 -0600 Message-ID: To: Dmitry Stogov Cc: Andrea Faulds , Joe Watkins , ircmaxell@php.net, Nikita Popov , Xinchen Hui , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: Optional Type Hinting From: morrison.levi@gmail.com (Levi Morrison) On Mon, Aug 18, 2014 at 8:21 AM, Dmitry Stogov wrote: > I see your point. For me they just don't have a lot of sense without each > other. I am the author of two of those RFCs. I've worked with several members of the HHVM team so that any inconsistencies are planned and recorded (or will be; I know of one inconsistency in return types that is not currently recorded). I also am definitely not in favor of merging them, for the reasons Andrea outlined. Also, Dmitry, if you have interest in working on the implementations for these RFCs I'm sure Joe would appreciate the help (I know I would).