View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000212 | Xdebug | public | 2006-10-18 15:20 | 2006-10-18 15:43 | |
Reporter | swestcott | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0000212: coverage coverage inaccurate | ||||
Description | Xdebug doesn't report execution of switch and try statements and class constants. I'm not sure whether this is a feature or a bug and I couldn't find the answer elsewhere. 1 <?php Line 7 is missing here 1 <?php Line 5 is missing here 1 <?php Line 7 is missing here | ||||
Additional Information | PHP 5.1.6 | ||||
Tags | No tags attached. | ||||
Operating System | Debian Testing | ||||
PHP Version | 5.1.6 | ||||
|
Hello, In all three cases, there is not a bug and it's simply how the Zend engine internally works.
line # op fetch ext operands5 0 EXT_STMT
line # op fetch ext operands5 0 NOP
However, I did find a different bug while analyzing your 3 examples. I will file that as a new report myself though. Thanks for submitting this issue! |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-10-18 15:20 | swestcott | New Issue | |
2006-10-18 15:43 | derick | Status | new => resolved |
2006-10-18 15:43 | derick | Resolution | open => no change required |
2006-10-18 15:43 | derick | Assigned To | => derick |
2006-10-18 15:43 | derick | Note Added: 0000477 | |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |