Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88223 invoked from network); 14 Mar 2015 02:58:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2015 02:58:44 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.177 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.220.177 mail-vc0-f177.google.com Received: from [209.85.220.177] ([209.85.220.177:38050] helo=mail-vc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/1F-34457-3E3A3055 for ; Fri, 13 Mar 2015 21:58:44 -0500 Received: by mail-vc0-f177.google.com with SMTP id id10so8992061vcb.8 for ; Fri, 13 Mar 2015 19:58:40 -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=jBVUvLWW/jPP20AJrG4nNnU+cLXcSWCcBgY8EQZWjj0=; b=lgSzvyZ4eSX789mCq7HEeTiu743EuWRz0EU1KgRbuQARki67RY7fe4WgzhpIrOajoz ekzP8ls4qpWfY9tPXk+sMv6fXZRzqhdVG8GmepSMavzroHd6PuhmOEK/HhGIYqkyweZ4 KT5NqM5nvPQf1vPEADnouyWkVWGG8xcGFdgfynU4U9ikOF1D8bg5MfqLJOqk1GtM74kO 7/0jBJ0mHOEMikyXVEjS0OLYJLeD9fJ1J1KXQsjWJWN9hXi5UC5qLDNIFsUdxCCo8FeG YR/iQr6GaAaOJ2TH3t9jslxaasQ4B/O4MzBZO91DuQuLR6TUlyIOaPiPAsbbJO90vz4K YQWw== MIME-Version: 1.0 X-Received: by 10.52.185.228 with SMTP id ff4mr16030221vdc.78.1426301920350; Fri, 13 Mar 2015 19:58:40 -0700 (PDT) Received: by 10.52.177.7 with HTTP; Fri, 13 Mar 2015 19:58:40 -0700 (PDT) In-Reply-To: <46F3AD65-6689-4E75-836C-968608F7D30D@lerdorf.com> References: <46F3AD65-6689-4E75-836C-968608F7D30D@lerdorf.com> Date: Sat, 14 Mar 2015 02:58:40 +0000 Message-ID: To: Rasmus Lerdorf Cc: Levi Morrison , Zeev Suraski , Dmitry Stogov , "francois@php.net" , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE][RFC] Coercive Scalar Type Hints From: leight@gmail.com (Leigh) On 14 March 2015 at 02:50, Rasmus Lerdorf wrote: > The problem there is what does "without dataloss" mean? At which precision do you consider there to be no dataloss? > > -Rasmus "without dataloss" would mean you can go from typeA -> typeB -> typeA' and typeA === typeA'