View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002371 | Xdebug | Step Debugging | public | 2025-10-08 09:56 | 2025-10-08 11:56 |
Reporter | GromNaN | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.4.6 | ||||
Summary | 0002371: Step debugging initialize lazy objects | ||||
Description | When using step debugging with an uninitialized lazy object in the scope, the lazy objects are initialized. | ||||
Steps To Reproduce | Code sample: <?php class User $reflection = new ReflectionClass(User::class); var_dump($reflection->isUninitializedLazyObject($user)); When running this script, the output is "true". | ||||
Additional Information | Xdebug 3.4.6 | ||||
Tags | No tags attached. | ||||
Operating System | Mac OS 15.7.1 (24G231) | ||||
PHP Version | 8.4-dev | ||||