View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000643 | Xdebug | Uncategorized | public | 2010-11-30 22:22 | 2011-03-21 20:42 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.2dev | ||||
Summary | 0000643: Profiler gets line numberes wrong | ||||
Description | Sometimes the profiler gets line numbers wrong and shows costs at the wrong place: derick@kossu:/tmp$ cat test.php $a = array("testing"); t1(); require_once('t2.inc'); function tt() { } function t1() { function errors_fatal($a) { | ||||
Steps To Reproduce | Run with php -dxdebug.profiler_enable=1 test.php and check the profile file with kcachegrind. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-30 22:22 | derick | New Issue | |
2010-11-30 22:22 | derick | Status | new => assigned |
2010-11-30 22:22 | derick | Assigned To | => derick |
2011-03-21 20:42 | derick | Note Added: 0001695 | |
2011-03-21 20:42 | derick | Status | assigned => closed |
2011-03-21 20:42 | 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 |