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 | |||
| 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. | ||||
| Operating System | Ubuntu Natty (11.04) | ||||
| PHP Version | 5.3.5 | ||||