View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002124 | Xdebug | Step Debugging | public | 2022-10-03 13:33 | 2022-12-08 18:51 |
| Reporter | barel | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.1.5 | ||||
| Target Version | 3.2dev | Fixed in Version | 3.2.0 | ||
| Summary | 0002124: Xdebug incorrectly reports that there are no children for static closure properties, even thought there are | ||||
| Description | If you have a static closure property, the | ||||
| Steps To Reproduce | This can be easily reproduced by running the
And it should be
(the difference is in the | ||||
| Additional Information | Tested in Ubuntu running under Docker in a MacOS system with PHP 8.0.19 but I suspect it happens in all PHP versions as the test is passing everywhere | ||||
| Tags | debug | ||||
| Operating System | Ubuntu running under Docker in MacOS | ||||
| PHP Version | 8.0.10-8.0.19 | ||||
|
|
Sorry for the mangled XML, when I pasted it when creating the issue, it was OK, hope you can work with this |
|
|
No worries about the XML - it's something the issue tracker does. When I 'edit' it shows normal. Also, I've managed to track this down, and waiting for CI to approve the merge: https://github.com/xdebug/xdebug/pull/859 — this will go into Xdebug 3.2 and later. |