Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83933 invoked from network); 1 Jan 2015 23:38:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jan 2015 23:38:29 -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.214.176 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:50002] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/00-18015-47AD5A45 for ; Thu, 01 Jan 2015 18:38:29 -0500 Received: by mail-ob0-f176.google.com with SMTP id vb8so51941047obc.7 for ; Thu, 01 Jan 2015 15:38:25 -0800 (PST) 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=aWQNWN5Byr+Y2kdF17FkoJg7ksUAHAlXsQJlogMwOPo=; b=G+VKjUfqz9KAyFJKCQ63lPgzQ2Yr+tE8mB7g/ylKwWoSctRBysVPXADwJ1YRMLgJdR 5Nru3/ierxPDA0kIyCO9UsFmqY6SmbmttHdGEHPsnn0d14K0vbdGYJ3YsiQzrcQmqF32 4JzHJVRLRNy9paQswFCvZBfjReBkVZuCXdpQip6b91PL7u27UJbUmgl8K7ZOpgKc8nXR WgHsZQ07SVdj5xd/nTaLEz0GOQQHiizVdnN2+G4Tp3gUEd2EYUiyJ6lA6Wwnca2y+yEd /fwweZrhlG5W73X6aXmw4YCXXYE9sUXECue1Zv/GLNfx8TE3LVnYdfs0g1XvazeQVR8V p/Gg== X-Received: by 10.60.145.167 with SMTP id sv7mr42609351oeb.38.1420155505627; Thu, 01 Jan 2015 15:38:25 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id u10sm23921441oeo.14.2015.01.01.15.38.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jan 2015 15:38:25 -0800 (PST) Message-ID: <54A5DA69.2030909@gmail.com> Date: Thu, 01 Jan 2015 15:38:17 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Sebastian Bergmann , internals@lists.php.net References: <41D5BB0B-73AF-488E-968D-90B2878E3178@ajf.me> <54A5051F.1090400@php.net> In-Reply-To: <54A5051F.1090400@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Please use the term "type declaration for arguments" (or "type > declaration for parameters") instead of "type hints". If it's used > then it's not a hint. Thank you! I was just going to post this. We've made this mistake once, but we don't have to perpetuate it. It's no "hinting", it's type declaration, it's coercive typing, it is many things but "hinting" is a misleading way to describe it. -- Stas Malyshev smalyshev@gmail.com