Re: [PHP-DEV] Strict types indicator in backtraces

2016-11-13 Thread Nikita Popov
On Wed, Oct 26, 2016 at 8:00 PM, Leigh wrote: > 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

[PHP-DEV] Strict types indicator in backtraces

2016-10-26 Thread Leigh
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?