View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001503 | Xdebug | Step Debugging | public | 2017-12-21 00:33 | 2018-01-22 18:21 |
| Reporter | v1nce | Assigned To | derick | ||
| Priority | low | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | CentOS | OS Version | 6.9 (Final) |
| Target Version | 2.6.0 | Fixed in Version | 2.6.0rc1 | ||
| Summary | 0001503: Undefined Property error on CLI when inspecting private property of extended class. | ||||
| Description | When inspecting a private property on a parent class, an internal error is reported on the CLI, though the inspection still works. Produced using xdebug 2.6.0dev on Php 7.2.0 (CentOs) with PhpStorm 2017.3.1 (Windows 10) | ||||
| Steps To Reproduce | See attached file.
Error is produced in step 5. Step 4 is optional. Observed outcome: $ php test.php Notice: Undefined property: B::$Adata1 in /var/www/tms/test.php on line 27 Call Stack: | ||||
| Additional Information | Reproduced while trying to further diagnose issue 0001335 (which is also occurring for me with this arrangement) Xdebug Version: 2.6(dev) 912eaeb8338d2945b6a424a1962e18fab854105b PHP: Note it says "v2.6.0dev" only because I customised the version string to ensure it was actually using the compiled version, rather than the most recent "v.2.6.0alpha1" pre-compiled module. IDE: | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Operating System | |||||
| PHP Version | 7.2.0-7.2.4 | ||||
|
|
I have seen this issue, but will need to investigate. |
|
|
I believe this is fixed in this commit (https://github.com/xdebug/xdebug/commit/307009a46) on this line: https://github.com/xdebug/xdebug/commit/307009a46#diff-4cce37dc9c7b364c03baa7538ac08798L406 — could you please try the latest from github to see whether this issue is resolved for you too? |
|
|
I believe this is fixed, and as there was no feedback provided, I am closing this ticket. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-12-21 00:33 | v1nce | New Issue | |
| 2017-12-21 00:33 | v1nce | File Added: xdebug.tar | |
| 2017-12-29 23:40 | derick | Target Version | => 2.6.0 |
| 2018-01-01 20:52 | derick | Note Added: 0004538 | |
| 2018-01-01 20:52 | derick | Assigned To | => derick |
| 2018-01-01 20:52 | derick | Status | new => acknowledged |
| 2018-01-16 23:22 | derick | Note Added: 0004562 | |
| 2018-01-16 23:22 | derick | Status | acknowledged => feedback |
| 2018-01-22 12:45 | derick | Note Added: 0004569 | |
| 2018-01-22 12:45 | derick | Status | feedback => closed |
| 2018-01-22 12:45 | derick | Resolution | open => fixed |
| 2018-01-22 12:45 | derick | Fixed in Version | => 2.6.0 |
| 2018-01-22 18:21 | derick | Fixed in Version | 2.6.0 => 2.6.0rc1 |
| 2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |