View Issue Details

IDProjectCategoryView StatusLast Update
0002194XdebugStacktracespublic2023-11-30 14:49
Reporterderick Assigned To 
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