Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60721 invoked from network); 7 Sep 2016 08:23:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2016 08:23:05 -0000 Authentication-Results: pb1.pair.com header.from=tendoaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tendoaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: tendoaki@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-ua0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:34806] helo=mail-ua0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/97-18051-66ECFC75 for ; Wed, 07 Sep 2016 04:23:03 -0400 Received: by mail-ua0-f180.google.com with SMTP id u68so6938569uau.1 for ; Wed, 07 Sep 2016 01:23:02 -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=SSsYvZPZooW9YQFXRNzTvE0Dce8lvxtbqRjm4gVgDnY=; b=H9JRV4fzunCCzfVOL8eBi4jFzVp9zn9ySwk0qhJz5FZZEM+QD5QE2C7HPtnq6DkO2W 845u+M9y10EsmMz2HP5A8K/YSHQj/2aifDzhaCiGa3C/1eSbiqzqhIzPQchTWIOcnLka lBf00+lEFyBOQdNitDBJCmBm36/4tAbT0a98irFOHh0E7X1xcjxoFvHkgc6KWKRd3+AR wuWt7dNXkHNxX/aSKv7gisWVEKEsEDO3hgnquBZxS4O5vR9cfQtWMWEKafhhEdVA0XJ8 /9ow+6C0mR/iM3Mb86Zz3+Tt2spYHWum8ES7Kvx2KxauAVkCGEggIentHpPQOqSzA4h8 tjWg== 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=SSsYvZPZooW9YQFXRNzTvE0Dce8lvxtbqRjm4gVgDnY=; b=dw/ZgBLxbGtEZwzgJHumh6am/AWTwdgh2eTnX/hX/Ttc5d+Omm25cD0Ih+vyHFZm9+ P/U3VljXiyGCsGpvvDOghDjAdwMGqGpSbtIWN4OFdTjugEd6UVOz+D+6w/Izbar+XlWf sS4z5AbZcE1rHikh0+7GwhoRqpVYx1ygUWB/OXrsCEY9aLhjCcliAT394rQMeQdJ0Zlx U0J//h8fPiA0IvWJ6Q1rLaDVycO5JrHBGs1moAWyRkdFthT5RvZ0WjqGvb7toY+c73bS 5UKHGEi/M87KGiuti5+3ruIb+TiEG9MMrbk/xJ0DXM81v7H3RfNevVelTQzaaULAhCYe MOyQ== X-Gm-Message-State: AE9vXwPo7B+8fC6jkxJGgB0V+AR+10vSm+QKc+YxRuD4dqKvQEF/Kr8rqByvRO+OqxUGxH9pT6hZQFmp0qC3xA== X-Received: by 10.176.81.3 with SMTP id e3mr852185uaa.141.1473236579780; Wed, 07 Sep 2016 01:22:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.130.134 with HTTP; Wed, 7 Sep 2016 01:22:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2016 04:22:59 -0400 Message-ID: To: Leigh Cc: Nicolas Grekas , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=94eb2c1927ec020d0b053be69f19 Subject: Re: [PHP-DEV] Missing reflection info about strict types? From: tendoaki@gmail.com (Michael Morris) --94eb2c1927ec020d0b053be69f19 Content-Type: text/plain; charset=UTF-8 On Wed, Sep 7, 2016 at 4:13 AM, Leigh wrote: > > > As an aside, would you guys like to see a strict types indicator in debug > backtraces? I wrote a small patch for it back during development of 7, and > then forgot about it. > > https://github.com/lt/php-src/commit/ac1171a81df814ad0042ef5989010b > fe7d3e1652 > +1. The more info exposed the better. --94eb2c1927ec020d0b053be69f19--