View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001429 | Xdebug | Code Coverage | public | 2017-04-26 13:24 | 2017-05-03 12:56 |
| Reporter | exussum | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Ubuntu | OS Version | 16.10 |
| Product Version | 2.5.3 | ||||
| Target Version | 2.5.4 | Fixed in Version | 2.5.4 | ||
| Summary | 0001429: Coverage missed on null coalesce | ||||
| Description | Run the file below | ||||
| Steps To Reproduce | <?php Should return 3 lines 4,5 and 7 currently misses libe 5 ($b ?? null) Changing the line to $b ?? 0 "fixes" the issue. ie the below returns as expected <?php | ||||
| Additional Information | Went back as far as 2.5.0 still happens there | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.0.20-7.0.24 | ||||