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 1 year 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