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.