peachpie icon indicating copy to clipboard operation
peachpie copied to clipboard

Is it feasible to include argument values in debug_backtrace() ?

Open kripper opened this issue 2 years ago • 1 comments

Test case:

function Test($val) {
	print_r(debug_backtrace());
}
Test('MyValue');

In Zend, this feature can be controlled via option zend.exception_ignore_args

kripper avatar Nov 16 '22 22:11 kripper

I'm not sure we can collect arguments from the NET stack :/

jakubmisek avatar Jan 28 '23 14:01 jakubmisek