View Issue Details

IDProjectCategoryView StatusLast Update
0002386XdebugStep Debuggingpublic2025-12-04 14:51
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.5.0alpha3 
Target Version3.5devFixed in Version3.5.0 
Summary0002386: Crashes when running context_get in an exception thrown from an internal function
Description

When running the following code:

<?php
date('Y-m-d', new DateTimeImmutable('now'));

And the following commands:

    "breakpoint_set -t exception -x *",
    'run',
    "context_get",
    'detach',

Xdebug crashes because it doesn't check before attach_context_vars to see if it's an internal function.

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

Activities

Issue History

Date Modified Username Field Change
2025-11-17 17:36 derick New Issue
2025-11-17 17:46 derick Assigned To => derick
2025-11-17 17:46 derick Status new => assigned
2025-11-17 17:46 derick Note Added: 0007413
2025-11-18 09:49 derick Status assigned => closed
2025-11-18 09:49 derick Resolution open => fixed
2025-11-18 09:49 derick Fixed in Version => 3.5dev
2025-11-18 09:49 derick Note Added: 0007414
2025-12-04 14:51 derick Fixed in Version 3.5dev => 3.5.0