Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20823 invoked from network); 21 Sep 2016 10:12:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Sep 2016 10:12:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-lf0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:34499] helo=mail-lf0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/E1-04117-90D52E75 for ; Wed, 21 Sep 2016 06:12:26 -0400 Received: by mail-lf0-f49.google.com with SMTP id y6so36748054lff.1 for ; Wed, 21 Sep 2016 03:12:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0Gg47Hatqb4KhghqAY9OQWNJVhiLvQO7i6C/QVoGLeo=; b=dboVEuCMtP5DQYmxf39p+alCzazAunJdqsJOYvHXItNJ8nwy7CYCtU7SstZxQCzJu5 /KWqt3ga5D3F5940JsMsHkbEifdx58mgBLQO5NXzQpW4v9iuoOFmcCvWrS2FN+QnqtXT mRqx68405DB6sgUC5VTjPk/ggKgw05f2E9SofAa/WSt9tv31nAhbDWDZAhdRb//nvbwB RAuNgXQymlN10g8PgS/ROcyTYxj+3B+f7hrlMiYAydvmmNDN3mDmRJevYfqh6rZFWwaR mbqP4F9wy3Tj5oYOT04GIhjLQx08y6eWEmCi9qLPXHf0qGGcWr1ZK3wucZBgybaYl5jh Yj2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0Gg47Hatqb4KhghqAY9OQWNJVhiLvQO7i6C/QVoGLeo=; b=lxjVCdwxUQyTB979f0wzf0eUhY5Tz5rWgHedDzJo005MuIaEQOyXFLk1LK+WRCyL9w fHlm4+30j0tBSNX39AF2ui6HpQvj4rcL5o1GH6gWbHvIlDNzoVFqJDtPrZPDojOEtc+0 7Qp3Bt9eCr1WRzHjmobfZRXdkeh5UGXLQkNmJDL4Ht+6rJh8YM9iQgyfB9i/Is3naDLs 3OhyeHMCmssgQCNmTqDoB00S6/NResbS2Kh2Vj4ZPidaXu+QqREpfEuFn2EX3u44mV3r t3xFGAQXCEDS793a94eVOaT0BfNrD9wreslXITavZIEb+528q4EimiJscHtjAxQ2Oqp/ XRwQ== X-Gm-Message-State: AE9vXwPhxKXCmwTEze6tuAAdFJwNGkUlsxdNio3e1V982GL3/3YX6LVaIdLnB1l89aUgVYgldCKZJET+DOvu6A== X-Received: by 10.194.93.8 with SMTP id cq8mr31195287wjb.10.1474452743102; Wed, 21 Sep 2016 03:12:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.234.105 with HTTP; Wed, 21 Sep 2016 03:12:02 -0700 (PDT) In-Reply-To: <1474451814.919.1.camel@kuechenschabe> References: <1474451814.919.1.camel@kuechenschabe> Date: Wed, 21 Sep 2016 12:12:02 +0200 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7bb04c7efdac34053d01c721 Subject: Re: [PHP-DEV] Fix ReflectionType::__toString() BC break From: nicolas.grekas@gmail.com (Nicolas Grekas) --047d7bb04c7efdac34053d01c721 Content-Type: text/plain; charset=UTF-8 > Curious: Why do you depend on the string representation? __toString is the only public interface on ReflectionType that allows getting the type name, so people already build things on top. See http://php.net/ReflectionType --047d7bb04c7efdac34053d01c721--