Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67608 invoked from network); 1 Jan 2015 17:52:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jan 2015 17:52:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:35774] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/02-60454-17985A45 for ; Thu, 01 Jan 2015 12:52:50 -0500 Received: by mail-wi0-f182.google.com with SMTP id h11so26831157wiw.15 for ; Thu, 01 Jan 2015 09:52:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PjvxEmp3hT1PrdhiHXA8fmIDmb47ntH9x4rDoSTd/G0=; b=awdiKiPXsuA6b95q4q/rf1BD/AmZOJWb1jH+HuhVPWA5nR4FhPzdYUBkBFDwnkOrJG jgAxm7ETJcTQ0donMPazeT9hMt4mgjxOQQsQR/YCqg2AVBXTQk6QnQdCrqotUsbsUoxx 5TPQ0NWkC21QTnU7BnTGX+C0d64UpgvSRP9R/vF8RjxuV5Jo3/3UXAyWvYGoBfNflRi0 lWlLnZVr5l1IH8Uq7Uom6It23Ee+PYpRPezGwARnkyWJVjxOxmMjJje+JHEgpFwvgm7M tBNAhAcVB/oe0SC5owwoQ8gDjoH64mXkc1foCFt7/lk0VHps+cITaW/SBem78t+H4KZR cU7g== MIME-Version: 1.0 X-Received: by 10.180.72.199 with SMTP id f7mr126721644wiv.58.1420134766846; Thu, 01 Jan 2015 09:52:46 -0800 (PST) Received: by 10.216.50.139 with HTTP; Thu, 1 Jan 2015 09:52:46 -0800 (PST) In-Reply-To: References: <41D5BB0B-73AF-488E-968D-90B2878E3178@ajf.me> Date: Thu, 1 Jan 2015 17:52:46 +0000 Message-ID: To: Andrea Faulds Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints From: leight@gmail.com (Leigh) On 1 January 2015 at 14:05, Nikita Popov wrote: > > While in favor of introducing scalar type annotations, I'm against this > proposal in particular. I've held a different position in the past, but by > now I'm thoroughly convinced that if we introduce scalar type declarations, > they should be strict. No wiggling, no casting. > I agree. This is the same sentiment I have expressed in previous discussions, and I'm sticking with it. +1 for "scalar type annotations" -2 for the implicit type conversion.