View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000996 | Xdebug | Uncategorized | public | 2013-10-31 11:47 | 2015-04-05 23:53 |
| Reporter | SvetlanaZem | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2.3 | ||||
| Fixed in Version | 2.3.3 | ||||
| Summary | 0000996: Can't evaluate property of class that extends ArrayObject | ||||
| Description | <?php class Clazz extends ArrayObject{ } $a = new Clazz(); echo $a->b; //set breakpoint here ?> Can't get $a->b via 'context_get' ("can not get property"), but the same property is successfully received via 'eval'. | ||||
| Additional Information | The issue is reproducible on PhpStorm (http://youtrack.jetbrains.com/issue/WI-15975). | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.5-dev | ||||
|
|
Same issue here with ArrayObject instances and PhpStorm 7.1.3. |
|
|
Hi! This bug fix someday? What is the problem? Is it very difficult? |
|
|
Hi there, at Piwik we also experience this issue. We are trying to optimise the algorithms and data structure of the leading open analytics platform. After making the refactor to have some of our objects use the ArrayObject feature (see https://github.com/piwik/piwik/pull/7570), we were hit by this bug which prevents us from debugging the code. Because we cannot debug the data structures (as explained in this issue), we decided not to implement the change for now, which prevents us from massive performance improvements. That is to say we would love to have this feature in Xdebug :) Thank you for your consideration. Btw we would be happy to sponsor the work to get it done, if this is a possibility (I've also emailed Derick to ask) |
|
|
Fixed for Xdebug 2.3.3 |