View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001241 | Xdebug | Uncategorized | public | 2015-12-30 15:46 | 2016-06-06 21:28 |
| Reporter | derick | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.4.0rc3 | ||||
| Target Version | 2.4.0 | Fixed in Version | 2.4.1 | ||
| Summary | 0001241: Xdebug doesn't handle FAST_RET and FAST_CALL opcodes for branch/dead code analysis, and path coverage | ||||
| Description | When analysing: <code> extractFile(); It fails to see any jumps in FAST_RET and FAST_CALL. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.1-dev | ||||
|
|
Pull request at https://github.com/xdebug/xdebug/pull/256, but breaks due to PHP 7.0.[0-2] having a bug in line numbers for FAST_CALL. |