Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25717 invoked from network); 26 Oct 2016 18:00:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2016 18:00:21 -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.218.44 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.218.44 mail-oi0-f44.google.com Received: from [209.85.218.44] ([209.85.218.44:36734] helo=mail-oi0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/2C-24108-53FE0185 for ; Wed, 26 Oct 2016 14:00:21 -0400 Received: by mail-oi0-f44.google.com with SMTP id n202so2969276oig.3 for ; Wed, 26 Oct 2016 11:00:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=SOHPFCM2xTma/98qzrUkt5D5goOIZ9tkr617h83zqSU=; b=aEYp8TxMu6uxnSsetmmPn+paStz2l2H/agH0WdCcX0j2B64uOsUBScbcNUD5GPDQOm XtGuY7EKX1gXe3XVfEJ36GfYKXxFq12dXqKld65kP6cuc0Z3FYPN2sCbuSy28cyCcFaM kN7Q1n8pEQqjteDvrki1VC7p3xssLnTI5NtgN26C3yXeQkP68OiSx6Cx3f5lPtcqpjTD O056F8UrZhXxIyroMkFdGeKN2TcIfGWMHa+5uds/VvLrDmknhu8NEfe1+7F1j6uTpwUp AIZ5e0CwJl8KQN9WbBRa6lnbEeSvT2110y5ioIDCP4oFQyB5cmBNBw5NFMazAeXwtdZM iGpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=SOHPFCM2xTma/98qzrUkt5D5goOIZ9tkr617h83zqSU=; b=T7hE9K7mENIqyK+UBQpzLGExu3iGA4qfKbX7GNpNP7X3hTJTQt+fXbShTk7aW+TyVD 9514UShFq+YjJCQz//VZNifAfN7koSzOmbSfA8IlyWX8jypJj2fu2yKCGQ+PL6YcPaWz WGUu/xYRw3mAv1YjxQGqWbabuqVbalTD9SR081/VnSENMIuEQi5jKKjxwq5F2CyMpntx MdXYkk3nAyDlE1yCO2jwBhFuLspY03+lNxotECQJMy172cRxSnX3SBBUaHqSG4lsilrC /pMU1TSLElCIVa1fFKjH52Xo1MW3p7Fva22dKqgjKlhfUAfiiWpxzrwyETGjLgjSkPFN JU2Q== X-Gm-Message-State: ABUngveRtkYqIAD7hLVJXwnmj/wR61rY3+ePPJOTi/wx7aM0N3fTR/Ifuf4bUaEl2w7qnlLyWYlHrLK24bp9lA== X-Received: by 10.157.63.143 with SMTP id r15mr2229025otc.199.1477504818416; Wed, 26 Oct 2016 11:00:18 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 26 Oct 2016 18:00:07 +0000 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c0ab90db23df053fc8651c Subject: Strict types indicator in backtraces From: leight@gmail.com (Leigh) --001a11c0ab90db23df053fc8651c Content-Type: text/plain; charset=UTF-8 Hi all, I've written a small patch to add a "strict_types" key to the backtrace information for functions. https://github.com/php/php-src/pull/2177 The idea here is to be able to see more easily whether a parameter may have had it's type changed or not during a trace. Thoughts and opinions? Cheers, Leigh. --001a11c0ab90db23df053fc8651c--