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 | derick | ||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-01-14 23:49 | Abalam | New Issue | |
2009-03-28 17:34 | derick | Note Added: 0000933 | |
2009-03-28 17:34 | derick | Status | new => feedback |
2009-11-22 20:00 | derick | Status | feedback => resolved |
2009-11-22 20:00 | derick | Resolution | open => unable to reproduce |
2009-11-22 20:00 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |