View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000651 | Xdebug | Uncategorized | public | 2011-01-05 22:45 | 2011-01-10 21:08 |
Reporter | cbandy | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Gentoo | OS Version | stable |
Product Version | 2.1.0 | ||||
Summary | 0000651: Incorrect code coverage after empty() in conditional when using XDEBUG_CC_UNUSED | ||||
Description | When In the below example, line 8 is not reported as covered. Removing the bang has no effect. | ||||
Steps To Reproduce | Script: <?php xdebug_start_code_coverage(XDEBUG_CC_UNUSED); function repeat($x) repeat(0); print_r(xdebug_get_code_coverage()); Actual Result: Array ) Expected Result: Array ) | ||||
Additional Information | PHP 5.3.4-pl0-gentoo | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-01-05 22:45 | cbandy | New Issue | |
2011-01-07 23:52 | derick | Note Added: 0001635 | |
2011-01-07 23:52 | derick | Status | new => closed |
2011-01-07 23:52 | derick | Assigned To | => derick |
2011-01-07 23:52 | derick | Resolution | open => fixed |
2011-01-09 04:40 | cbandy | Note Added: 0001636 | |
2011-01-09 04:40 | cbandy | Status | closed => feedback |
2011-01-09 04:40 | cbandy | Resolution | fixed => reopened |
2011-01-10 21:08 | derick | Status | feedback => closed |
2011-01-10 21:08 | derick | Resolution | reopened => fixed |
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 |