View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000728 | Xdebug | Uncategorized | public | 2011-10-05 15:50 | 2012-04-28 22:18 |
| Reporter | sebastian | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Irrelevant | OS | Irrelevant | OS Version | Irrelevant |
| Product Version | 2.2dev | ||||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0 | ||
| Summary | 0000728: Profiler reports __call() invocations confusingly/wrongly | ||||
| Description | I find the way that Xdebug reports method calls that are handled by __call() confusing. For my http://github.com/thePHPcc/bankaccount example (htdocs/index.php) it generates fl=php:internal This means that the Request::getServer() method, which does not exist and calls to which are handled by Request::__call(), are displayed as PHP-internal functions. This is what confuses me. Request->getServer would be correct. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4-dev | ||||