Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85626 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61067 invoked from network); 1 Apr 2015 07:12:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 07:12:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.182 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.182 mail-pd0-f182.google.com Received: from [209.85.192.182] ([209.85.192.182:36783] helo=mail-pd0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/50-56894-44A9B155 for ; Wed, 01 Apr 2015 02:12:05 -0500 Received: by pdmh5 with SMTP id h5so33651875pdm.3 for ; Wed, 01 Apr 2015 00:12:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=tWhfRbDlnMQHbOsKYKizNjLEjors6IVM2oMpD1nkbsM=; b=uE/MechUwU6t+heiyxS7sRXlDe8KsoO1f2+cX1kV8qE6OuQPURq/ifMzNem5nRBVa4 Oy/K5bVMMatUcnfMrLtAXTQkQ6g3q1dkLxR8pMIxTrRi3eTY8o39R44hLn5bXJ4Oa/XQ pF0dGIFt6o7414Asomk4aMTHGFzUp6GzkkQghJlnRn9SyjDslyJzarNY8FMR8BJkaUfu DRZpagzb6LnhH6OmRC4f3of8Fbd60D6R7No1pgQThk9n9Hh1F54yfhj1ZMQ7En8Cs93R QhWCm/XMn8cSVLeJvTfBPFEz12DVSNHvogdjW38b/GUrlUtjObq7CX2uyL9ovIKrn99/ MZ9g== X-Received: by 10.68.225.162 with SMTP id rl2mr73883618pbc.117.1427872321950; Wed, 01 Apr 2015 00:12:01 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id w6sm806589pbt.60.2015.04.01.00.12.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Apr 2015 00:12:01 -0700 (PDT) Message-ID: <551B9A3F.7020306@gmail.com> Date: Wed, 01 Apr 2015 00:11:59 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Anthony Ferrara , =?UTF-8?B?UGF2ZWwgS291xZlpbA==?= CC: Zeev Suraski , PHP internals References: <3a939905cd5a06158c9e99d8af26e596@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Naming of 'weak' type hints From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > general. However as far as type declarations are concerned, I think it > would be fair to talk about the two modes as "coercive" and "strict". I think this is a good option. -- Stas Malyshev smalyshev@gmail.com