Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89135 invoked from network); 18 Mar 2015 09:43:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2015 09:43:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 74.125.82.173 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 74.125.82.173 mail-we0-f173.google.com Received: from [74.125.82.173] ([74.125.82.173:34359] helo=mail-we0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/00-22462-9B849055 for ; Wed, 18 Mar 2015 04:43:21 -0500 Received: by wegp1 with SMTP id p1so27538900weg.1 for ; Wed, 18 Mar 2015 02:43:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=i8pN9+k7z+RusRS3T2ImIoSm7R0yXtu9F4qtfYdUJ9c=; b=jMR3bUhmptgJEoyKjWmYq8fTnsM4uyz4X9knoEX9F6VJSoOCg/6VNhdSia8cGHDf62 6+fl5MektgTz44hP7toHWhnt2Evj6E/2RAaeYupBj+YF/MrNylexm6J/o8YkF1uPounS Ah8cZRfEFvYRq3ROjXyCPoyR8OnB70nuEfEI+FpdcFc0yP5htPX0yG63uz1AWEP3zNl7 IhiqEiJj0OL6i/zimulWo6AhVLfUWayYf1db/wo/DBHj2TBXtiZW43fltmdEB4S5ceAu fa58JMkgFZpjfwqMttgwEybgTagoZw5QbVgCQjzEh+imKDUsuECXHUv2NXhCSfKu+lA/ 7a8A== X-Gm-Message-State: ALoCoQkYrQ9F06EgncA589NSr++txoDinOKbDOAAchE8LaQh0BGvmmbmx07jz44q4XtShe0nhuIaZkQa1ViA1sWrsx+bhLftCIuQ3YrVhqCe8oJuoFeSNjlfqIL9oNzJq5zoi3g3salcIWis48TfwDn+Jjm2bysyQQ== X-Received: by 10.180.74.230 with SMTP id x6mr5317770wiv.58.1426671798107; Wed, 18 Mar 2015 02:43:18 -0700 (PDT) References: <55079692.6050405@gmail.com> <5507E7DD.3010908@lsces.co.uk> 96a270058f6dd544a8d5355254440d1a@mail.gmail.com In-Reply-To: 96a270058f6dd544a8d5355254440d1a@mail.gmail.com MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHl3ed/MjBYGVvxxPjHSp99rugVcQGA+GPHAmkBWZABti3NoQLPBtoCAvRkxBADSgq0YQEE3W/xnHlm+8CAAAjDEA== Date: Wed, 18 Mar 2015 11:43:17 +0200 Message-ID: <4d718ab93fd35cd35374ee70773fed1b@mail.gmail.com> To: Yasuo Ohgaki Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] [RFC][Accepted] Scalar Type Declarations V0.5 From: zeev@zend.com (Zeev Suraski) > FWIW, as someone who did play with the patch (both patches, of course), > I'm not sure why people are claiming you don't understand the RFC. Your > comments in the code are 100% accurate, which means you understood > exactly how it works. Josh Di Fabio just pointed out to me that the code in question wasn't actually written by you but by Dennis Birkholz, so my statement was incorrect. Still, from what you said it appears to me you still understood the behavior but disagreed with it. I know that at least on my end, that was definitely the case. Zeev