View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000348 | Xdebug | Uncategorized | public | 2008-01-14 23:49 | 2009-11-22 20:00 |
| Reporter | Abalam | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0000348: Wrong count of code coverage dead code (not executed lines) with Xdebug 2.0.2 | ||||
| Description | I've 4 Gentoo servers, all have the same configuration. I've isolated the test with only 2 PHP files : toto.php : class bobi { // hop
} And cover.php : require_once 'toto.php'; print_r(xdebug_get_code_coverage()); When i try : I've this result on 3 servers :
) But on the fourth i've a wrong result :
) | ||||
| Additional Information | All servers are gentoo, with this compile args for php : Here are the php versions of the 3 good servers : And here is the "php -v" for the bad server : Note the last line above... I think it's a weird bug isn't it ? | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2.5 | ||||