Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85563 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12766 invoked from network); 30 Mar 2015 17:44:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2015 17:44:21 -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.220.44 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.44 mail-pa0-f44.google.com Received: from [209.85.220.44] ([209.85.220.44:33249] helo=mail-pa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/70-08309-47B89155 for ; Mon, 30 Mar 2015 12:44:21 -0500 Received: by pacgg7 with SMTP id gg7so44321019pac.0 for ; Mon, 30 Mar 2015 10:44:15 -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:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=KBJU7yp2pdjmhFr5CBQAQapZfDlOHkv0dvM6FPqXbZM=; b=KSVcN10Hm0e8OabhnwTVA6vXoJbEdF5FDAZsYuD2I732Gxhr6lFuxZwsjUWFjCB3i6 XDZ/wgowp9SBEdZUw67wG49CU8KAeU9R3VOaV7Ghwu4PXI4jfSDUMu/qx70hEcCEdnA+ EkkEK1Ik4h5N/bc+kcRXClWs2jeLqtujngnprMEWXYkrtuDi7airWQR3h4XRi0UptI3N g3kz3uKPXB97vcxjDRgj/Iy/TOUkJ2FS/p5K94q6V8uFcH2OV9qRAUyohHbXPd+inOHa uPBR+R1+cRckx+BWuSxA5apkS7y3jWPjWvIjnSsInctgGO6h20v5Iosw6reWf1c5oY1N VfBw== X-Received: by 10.70.129.108 with SMTP id nv12mr61190845pdb.71.1427737454246; Mon, 30 Mar 2015 10:44:14 -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 zi5sm11315193pbc.39.2015.03.30.10.44.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 10:44:13 -0700 (PDT) Message-ID: <55198B6B.5090606@gmail.com> Date: Mon, 30 Mar 2015 10:44:11 -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: Zeev Suraski , PHP internals References: <3a939905cd5a06158c9e99d8af26e596@mail.gmail.com> In-Reply-To: <3a939905cd5a06158c9e99d8af26e596@mail.gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Naming of 'weak' type hints From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > One thing that I think we should change is how we refer to the ‘weak’ type > hints. The word ‘weak’ has a negative ring to it, and considering this is I would really prefer we stop calling it "hints". It is misleading as it is implying this is something which can be easily ignored if wished and only provides an unimportant small piece of information not directly related to the important things. In fact, it would either change the type of the value or produce fatal error, it's hardly a "hint". -- Stas Malyshev smalyshev@gmail.com