View Issue Details

IDProjectCategoryView StatusLast Update
0002432XdebugStep Debuggingpublic2026-06-02 20:30
Reporterfrozenlightning101 Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Product Version3.4.7 
Summary0002432: 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])"

TagsNo tags attached.
Operating System
PHP Version8.4.10-8.4.19

Activities

derick

2026-06-02 20:30

administrator   ~0007513

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.

Issue History

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