View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000494 | Xdebug | Uncategorized | public | 2009-11-28 19:55 | 2010-03-21 22:00 |
| Reporter | migajek | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0.0dev | ||||
| Target Version | 2.1.0RC1 | Fixed in Version | 2.1.0RC1 | ||
| Summary | 0000494: Private attributes of parent class unavailable when inheriting | ||||
| Description | Hi, the code I've used is: class def extends abc { } $o = new def; Have a look at the end of the log: [ log ] property_get -i 10 -n $o Comparing to what happens when I use "abc" (base) class: [ log ] property_get -i 10 -n $o Which is obvious reason why it fails. | ||||
| Additional Information | [ log ] HateML Pro 2: listening at port 9000 [timeout = 30000] | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu Linux | ||||
| PHP Version | 5.3.0 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-11-28 19:55 | migajek | New Issue | |
| 2009-11-28 19:55 | migajek | Operating System | => Ubuntu Linux |
| 2009-11-28 19:55 | migajek | PHP Version | => 5.3.0 |
| 2009-11-28 19:55 | migajek | Xdebug Version | => 2.0.5 |
| 2009-12-28 17:35 | derick | Note Added: 0001216 | |
| 2009-12-28 17:35 | derick | Status | new => closed |
| 2009-12-28 17:35 | derick | Resolution | open => fixed |
| 2009-12-30 12:07 | derick | Note Added: 0001237 | |
| 2009-12-30 12:07 | derick | Status | closed => confirmed |
| 2010-03-20 23:50 | derick | Target Version | => 2.1.0RC1 |
| 2010-03-21 22:00 | derick | Note Added: 0001403 | |
| 2010-03-21 22:00 | derick | Status | confirmed => closed |
| 2010-03-21 22:00 | derick | Fixed in Version | => 2.1.0RC1 |
| 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 |