Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52761 invoked from network); 2 Jan 2015 10:54:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2015 10:54:50 -0000 Authentication-Results: pb1.pair.com header.from=markus@fischer.name; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=markus@fischer.name; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fischer.name from 62.179.121.37 cause and error) X-PHP-List-Original-Sender: markus@fischer.name X-Host-Fingerprint: 62.179.121.37 fep17.mx.upcmail.net Solaris 10 (beta) Received: from [62.179.121.37] ([62.179.121.37:58378] helo=fep17.mx.upcmail.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/00-52218-5F876A45 for ; Fri, 02 Jan 2015 05:54:46 -0500 Received: from edge02.upcmail.net ([192.168.13.237]) by viefep17-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20150102105441.BZSP20864.viefep17-int.chello.at@edge02.upcmail.net> for ; Fri, 2 Jan 2015 11:54:41 +0100 Received: from mail02.home ([213.47.1.174]) by edge02.upcmail.net with edge id ayuB1p02E3lFLNl01yuC83; Fri, 02 Jan 2015 11:54:13 +0100 X-SourceIP: 213.47.1.174 Received: from mail02.home ([192.168.1.14] helo=[IPv6:::1]) by mail02.home with esmtp (Exim 4.72) (envelope-from ) id 1Y6zsI-0003LG-TM for internals@lists.php.net; Fri, 02 Jan 2015 11:54:35 +0100 Message-ID: <54A678EA.4070706@fischer.name> Date: Fri, 02 Jan 2015 11:54:34 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: internals@lists.php.net References: <41D5BB0B-73AF-488E-968D-90B2878E3178@ajf.me> <54A5DF14.7000105@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam_report: Spam detection software, running on the system "scanner01.home", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 02.01.15 05:36, Levi Morrison wrote: > I don't necessarily have any more insight to provide than has already > been done, but I do want to chime in and say that I personally favor > strict types as Nikita Popov has been advocating. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints From: markus@fischer.name (Markus Fischer) On 02.01.15 05:36, Levi Morrison wrote: > I don't necessarily have any more insight to provide than has already > been done, but I do want to chime in and say that I personally favor > strict types as Nikita Popov has been advocating. Same from me. I support all arguments so far made by Nikita; they're well laid out, better than I could have done it. I think the only real world usefulness is the strict typing; however: Building on that I also think that the weak proposal using function( (int) $a_number) has it's place and could be very good for moving forward. It would give both side of the camps their options. But to move this forward in this line I think a new RFC would need to be created because it's a different goal. - Markus