View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002025 | Xdebug | Step Debugging | public | 2021-10-01 12:26 | 2021-10-04 09:29 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 3.1.0beta2 | ||||
Target Version | 3.1dev | Fixed in Version | 3.1.0 | ||
Summary | 0002025: Anonymous classes which extend are not detected as anonymous classes since PHP 8.0 | ||||
Description | Xdebug has code to detect that a class name is that of an anonymous class. In PHP 7.4 and earlier, a check against /^class@anonymous/ worked, including for anonymous classes extending another class. Since PHP 8.0, this internal marker than changed to {parent-class}@anonymous, thwarting my check. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.0.5-8.0.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-01 12:26 | derick | New Issue | |
2021-10-01 16:21 | derick | Note Added: 0006070 | |
2021-10-01 16:52 | derick | Assigned To | => derick |
2021-10-01 16:52 | derick | Status | new => closed |
2021-10-01 16:52 | derick | Resolution | open => fixed |
2021-10-01 16:52 | derick | Fixed in Version | => 3.1dev |
2021-10-04 09:29 | derick | Fixed in Version | 3.1dev => 3.1.0 |