Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85127 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48801 invoked from network); 17 Mar 2015 17:04:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2015 17:04:13 -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.220.170 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:53192] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/C0-43354-D8E58055 for ; Tue, 17 Mar 2015 12:04:13 -0500 Received: by mail-vc0-f170.google.com with SMTP id hy4so439452vcb.1 for ; Tue, 17 Mar 2015 10:04:09 -0700 (PDT) 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=Vm0UykBN9s0tBLJCOdggU8KU3dcywpDiE0OoVtElDZM=; b=lVf0Rw8TaqbEOlsvkcZqVEI+JjpP5Nr5UoZkFXNtv/rFYAcKZ1KG6Kld4OclbiutOh kH9DV2dTVJ38ql8ci48NLK4GqtyPwtvHOtsnTws+y8+zW2PXYhsHDxd0kgNNASnbO2EB tHbfeisR2NjMAUK/RKXOn52okughTlbcqJRAhePS0fFm1xSUPJtEn5pieeDZ4PXRjtXL pCbKAwgZrcI+gJ+ZMkKnC3Fyn26mMwTVf5EmjM81vGnkc06dfmtb/6oS57iUHYHT51Ke 6aimDNLFlLRMKW2qHHMvVRKz3NZipVJC4escT0MQWeT//BElWuTWvV1NFDhTgmbKDGnO M1Ug== MIME-Version: 1.0 X-Received: by 10.52.52.136 with SMTP id t8mr68583991vdo.49.1426611849759; Tue, 17 Mar 2015 10:04:09 -0700 (PDT) Received: by 10.52.177.7 with HTTP; Tue, 17 Mar 2015 10:04:09 -0700 (PDT) In-Reply-To: <5507E7DD.3010908@lsces.co.uk> References: <55079692.6050405@gmail.com> <5507E7DD.3010908@lsces.co.uk> Date: Tue, 17 Mar 2015 17:04:09 +0000 Message-ID: To: Lester Caine Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=089e0115f0488996bb05117ef442 Subject: Re: [PHP-DEV] [RFC][Accepted] Scalar Type Declarations V0.5 From: leight@gmail.com (Leigh) --089e0115f0488996bb05117ef442 Content-Type: text/plain; charset=UTF-8 On 17 March 2015 at 08:37, Lester Caine wrote: > To help towards that end, can someone who understands what is wanted > from the weak type hint mode actually produce a summary of that as it is > very difficult to extract just what has now been agreed for that area of > type hinting. A base that can be used to review some of the other > discussions to put that to bed. Others might appreciate a similar > summary of the 'type_error' mode as well? As a base for the > documentation on the user manual updates? Not sure what is "difficult to extract" https://wiki.php.net/rfc/scalar_type_hints_v5#behaviour_of_weak_type_checks It's all right there... --089e0115f0488996bb05117ef442--