Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82099 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49195 invoked from network); 7 Feb 2015 20:47:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2015 20:47:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.200 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.200 imap1-2.ox.privateemail.com Received: from [192.64.116.200] ([192.64.116.200:33701] helo=imap1-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/D3-17921-CC976D45 for ; Sat, 07 Feb 2015 15:47:09 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id D7508B0008E; Sat, 7 Feb 2015 15:47:05 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0Gw0Y0fMmu82; Sat, 7 Feb 2015 15:47:05 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 35A9CB00068; Sat, 7 Feb 2015 15:47:05 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) In-Reply-To: Date: Sat, 7 Feb 2015 20:47:02 +0000 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <9E1C2427-0295-4F3E-BD29-04DA84321067@ajf.me> References: <8703B53E-2C4A-4AC6-95C4-D4F19C6D5221@ajf.me> To: =?utf-8?Q?Pavel_Kou=C5=99il?= X-Mailer: Apple Mail (2.2070.6) Subject: Re: [PHP-DEV] [VOTE] Scalar Type Hints From: ajf@ajf.me (Andrea Faulds) Hi Pavel, > On 7 Feb 2015, at 10:57, Pavel Kou=C5=99il wrote: >=20 > On Thu, Feb 5, 2015 at 9:14 PM, Andrea Faulds wrote: >> Good evening, >>=20 >> At long last, I=E2=80=99m going to put the RFC to a vote. It=E2=80=99s = been long enough - I don=E2=80=99t think there needs to be, or will be, = much further discussion. >>=20 >=20 > I just realized it now (I brought it up in a different manner when > there was discussion about the RFC), but I didn't notice there was a > totally false statement about it in the RFC itself. You probably > should fix it. I'm speaking about the "Strict type checking, which is > used by many popular programming languages, particularly ones which > are statically-typed, such as Java, C#, Haskell, or Facebook's Hack. > It is also used for non-scalar parameter type hints in PHP. With this > approach, an argument is only accepted if its type is exactly the same > as the parameter." paragraph. >=20 > This is NOT true (at least for C# and Java), as you can read here in > the documentations of respecitve languages so you should not compare > the strict version of the typing implemented in PHP with other > strongly typed languages, because the PHP's "strict" is stricter than > strongly static typed languages. I really hope noone voted with the > thought that the strict typing acts as it does in Java and C#. >=20 > https://msdn.microsoft.com/en-us/library/y5b434w4.aspx > http://docs.oracle.com/javase/specs/jls/se7/html/jls-5.html#jls-5.1.2 I don=E2=80=99t think it=E2=80=99s unfair. There=E2=80=99s a limited set = of permitted conversions in some strictly-typed languages, but it=E2=80=99= s still strictly-typed. Thanks. -- Andrea Faulds http://ajf.me/