Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81302 invoked from network); 5 Feb 2015 07:22:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2015 07:22:29 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.54 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.54 mail-pa0-f54.google.com Received: from [209.85.220.54] ([209.85.220.54:65428] helo=mail-pa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/74-51979-43A13D45 for ; Thu, 05 Feb 2015 02:22:29 -0500 Received: by mail-pa0-f54.google.com with SMTP id eu11so8103571pac.13 for ; Wed, 04 Feb 2015 23:22:26 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4BSvaoO0zZ/0wTThFFwfHq4/RJJIJGUVaTzmaHh21Hw=; b=GGJglJudItFF53rCd7cxlX1ZfcCFl7TbMQhzVgiaTR8aJbrOsSQ4zpX1WSfZwDFZ3E njaTexsqKmCc7wBaVApXduMI2nrFC4UWVOJoI5ALCROm0Hb2LeOKpYMPMCeslbFQYSv4 53SCaxt2a2CeMoLoP1nOoSOh7UkHmOJhHVwHV052ZpFoiKpzO4u6lsbhQYj1mE7srAvB rEq/sfW0+lXhDUWjytrvuwiAUCZghl+EtSeRvd7xWM4d71xAWDXU6Ck+Xof/ikSyVCyt sgjF0wtMJlm8gok3GUT8SqbdBzfKW502vmbOrQ7A27Ytz0BGuYIWI80KHGGOyWX4n48D hd7w== X-Received: by 10.67.1.132 with SMTP id bg4mr1844584pad.151.1423120946104; Wed, 04 Feb 2015 23:22:26 -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 pm2sm4037081pbb.81.2015.02.04.23.22.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 23:22:25 -0800 (PST) Message-ID: <54D31A25.3040905@gmail.com> Date: Wed, 04 Feb 2015 23:22:13 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andrey Andreev CC: Sebastian Bergmann , "internals@lists.php.net" References: <00c101d04049$ca411ec0$5ec35c40$@tekwire.net> <54D1CA7C.8060204@php.net> <54D1E6EC.7060702@php.net> <54D2B3FA.6020900@gmail.com> <54D2C018.6050803@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] What do we need strict scalar type hints for? From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > True, but obviously, us who want strict typehints want to be able to do this: Obviously, but it doesn't mean whole language should be changed to serve one use case, especially the one that goes contrary to what happened in PHP for decades. -- Stas Malyshev smalyshev@gmail.com