View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000703 | Xdebug | Uncategorized | public | 2011-07-08 14:57 | 2011-07-16 14:39 |
Reporter | 2GooD | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.1.0 | ||||
Summary | 0000703: Line in heredoc marked as not executed in PHP_CodeCoverage for special case | ||||
Description | When a line in a heredoc ends with a ${} construct the subsequent line is marked as not executed in in PHP_CodeCoverage. See the attached coverage report. I use Ubuntu Natty (11.04) with these package version: php5-xdebug 2.1.0-1 php5 5.3.5-1ubuntu7.2 | ||||
Steps To Reproduce | <?php $a = 'foo'; $b = <<<EOF EOF; $c = <<<EOF EOF; | ||||
Additional Information | I reported this as agains PHP_CodeCoverage but it was promptly closed as an Xdebug issue: https://github.com/sebastianbergmann/php-code-coverage/issues/52 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | Ubuntu Natty (11.04) | ||||
PHP Version | 5.3.5 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-07-08 14:57 | 2GooD | New Issue | |
2011-07-08 14:57 | 2GooD | File Added: report.zip | |
2011-07-16 14:39 | derick | Note Added: 0001761 | |
2011-07-16 14:39 | derick | Status | new => closed |
2011-07-16 14:39 | derick | Assigned To | => derick |
2011-07-16 14:39 | derick | Resolution | open => 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 |