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 | derick | ||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-26 13:24 | exussum | New Issue | |
2017-04-29 17:16 | eslam | Tag Attached: null | |
2017-04-29 17:17 | eslam | Tag Detached: null | |
2017-05-01 09:07 | derick | Assigned To | => derick |
2017-05-01 09:07 | derick | Status | new => assigned |
2017-05-01 09:08 | derick | Target Version | => 2.5.4 |
2017-05-03 12:56 | derick | Note Added: 0004335 | |
2017-05-03 12:56 | derick | Status | assigned => closed |
2017-05-03 12:56 | derick | Resolution | open => fixed |
2017-05-03 12:56 | derick | Fixed in Version | => 2.5.4 |