View Issue Details

IDProjectCategoryView StatusLast Update
0002194XdebugStacktracespublic2023-11-30 14:49
Reporterderick Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version3.3devFixed in Version3.3.0 
Summary0002194: Add 'params_as_values' option to 'xdebug_get_function_stack' to return data as values
Description

Right now, the return value of xdebug_get_function_stack() returns arguments to each functions in the params element for each stack frame, but they have all been converted to a string representation. Add a new option params_as_values to instead return the values as-is, without stringification.

TagsNo tags attached.
Operating System
PHP Version8.2.0-8.2.9

Activities

Issue History

Date Modified Username Field Change
2023-08-16 13:39 derick New Issue
2023-08-16 14:01 derick Summary Add 'params_as_values' option to 'xdebug_get_function_stack' to return the stack trace where an exception was thrown => Add 'params_as_values' option to 'xdebug_get_function_stack' to return data as values
2023-08-23 08:29 derick Severity minor => feature
2023-08-23 11:37 derick Assigned To => derick
2023-08-23 11:37 derick Status new => closed
2023-08-23 11:37 derick Resolution open => fixed
2023-08-23 11:37 derick Fixed in Version => 3.3dev
2023-08-23 11:37 derick Note Added: 0006636
2023-09-05 17:46 derick Fixed in Version 3.3dev => 3.3.0alpha1
2023-11-30 14:49 derick Fixed in Version 3.3.0alpha1 => 3.3.0