View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001385 | Xdebug | Step Debugging | public | 2017-01-07 12:58 | 2017-01-08 20:42 |
| Reporter | nikita2206 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.5.0 | ||||
| Target Version | 2.5.1 | Fixed in Version | 2.5.1 | ||
| Summary | 0001385: Can not fetch IS_INDIRECT private properties | ||||
| Description |
(affected all versions of PHP >=7) | ||||
| Steps To Reproduce | e.php class A { $chain = new A(new B(new A(1), 2)); ---- end of file ---- Now if we try to run this script until the breakpoint and call | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.0.10-7.0.14 | ||||
|
|
Fix is here https://github.com/xdebug/xdebug/pull/316 |
|
|
Added a review to https://github.com/xdebug/xdebug/pull/316#pullrequestreview-15608910 |
|
|
Fixed for 2.5.1 - thanks for the patch! |