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 | |||
| 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 | ||||