View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002432 | Xdebug | Step Debugging | public | 2026-06-02 20:05 | 2026-06-02 20:30 |
| Reporter | frozenlightning101 | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | feedback | Resolution | open | ||
| Product Version | 3.4.7 | ||||
| Summary | 0002432: eval doesn't support functions like array_map and array_filter | ||||
| Description | This was very useful for extracting specific values from arrays of objects, and identifying patterns and counts meeting criteria within an array whilst debugging large data objects. | ||||
| Steps To Reproduce | phpstorm 2025, xdebug 3.4.7, php version 8.4.20, "evaluate" action via phpstorm whilst broken on a line, and eval "array_map(function($a){ return $a;}, [1,2,3])" | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.4.10-8.4.19 | ||||
|
|
Can you please provide a script and an xdebug log to reproduce this? There is a guide at https://xdebug.org/reporting-bugs#step-debugger I basically would like to see what the IDE sends to Xdebug. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-06-02 20:05 | frozenlightning101 | New Issue | |
| 2026-06-02 20:30 | derick | Assigned To | => derick |
| 2026-06-02 20:30 | derick | Status | new => feedback |
| 2026-06-02 20:30 | derick | Note Added: 0007513 |