Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62864 invoked from network); 1 Apr 2015 07:15:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 07:15:59 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.212.171 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.212.171 mail-wi0-f171.google.com Received: from [209.85.212.171] ([209.85.212.171:34612] helo=mail-wi0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/B0-56894-D2B9B155 for ; Wed, 01 Apr 2015 02:15:59 -0500 Received: by wixo5 with SMTP id o5so23160356wix.1 for ; Wed, 01 Apr 2015 00:15:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=6lWILKrBq+sv/BMQuYZQcKh8Fa4sGfylqnl3coZQ6Js=; b=dblrZD4PdvLqgC+wccY0+ZunpqEJ1AYBR3pDp4Py9oP2ZPJC1EQB3IolQzfC2djayy kpv1o2FsG1CT0OoqoHsxM3RcDbLXcXCl0hkbzIg6mueRSIgd3fXDa/u6WsRzx49LEM5R SbN8B4bYj55pQYIVwx/CHg93qxTWkDCF19TT1bfbtUFBVpSF+PDtWikm7X9kY2kivZMM +of4lbmJYWZOy1UqWNDew8VYGJfvHBzFBSgIGwv5b4U/fHba9Qr3i8ziCO5ILKKvxMmu nY0iwUsPicZtTsSw6OO2805bOAvCom35Hk22BBp6/rve4h9gq9ikPX73r9Fj5+jBPS/M 4cxA== X-Gm-Message-State: ALoCoQkkhBDSKve6le93t+ygviKBci58D7YPO/JVkxP7s52qZnjMYW/wMqQ+Nq7TSH50Z0GmiAJsDGNxd9tvUleMh4UIMHk0ooldnGP9ToHHtVujf2cikbH1Tx2F0S7pEIi+yn17h2kDMnY3IUkvdN6EpamNlwWTMg== X-Received: by 10.194.177.132 with SMTP id cq4mr77360363wjc.99.1427872554795; Wed, 01 Apr 2015 00:15:54 -0700 (PDT) References: <3a939905cd5a06158c9e99d8af26e596@mail.gmail.com> <551B9A3F.7020306@gmail.com> In-Reply-To: <551B9A3F.7020306@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHiNVLj++xbq2GcCuh4y/IfJMptuwOEV/oJAc8Oz94C9kXEsJzR3zlw Date: Wed, 1 Apr 2015 10:15:53 +0300 Message-ID: <3ae8daaa9f0a6478ad09df3088f60f2c@mail.gmail.com> To: smalyshev@gmail.com, Anthony Ferrara , =?UTF-8?Q?Pavel_Kou=C5=99il?= Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: RE: [PHP-DEV] Naming of 'weak' type hints From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Stanislav Malyshev [mailto:smalyshev@gmail.com] > Sent: Wednesday, April 01, 2015 10:12 AM > To: Anthony Ferrara; Pavel Kou=C5=99il > Cc: Zeev Suraski; PHP internals > Subject: Re: [PHP-DEV] Naming of 'weak' type hints > > Hi! > > > general. However as far as type declarations are concerned, I think it > > would be fair to talk about the two modes as "coercive" and "strict". > > I think this is a good option. Seems like this is the one that has the most supporters and I agree it make= s sense. +1 from me. Zeev