View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000328 | Xdebug | Uncategorized | public | 2007-10-28 17:53 | 2009-12-28 17:34 |
| Reporter | derick | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000328: Private properties are incorrectly enumerated in case of extended classes | ||||
| Description | In case a class is inheriting another class, and the parent class has private properties - those private properties are still part of the variable renderings as done by xdebug_object_element_export, xdebug_object_element_export_xml, xdebug_object_element_export_xml_node and xdebug_object_element_export_fancy, | ||||
| Additional Information | xdebug_get_property_info already returns the facet, it should also check the class name and tell the calling function whether to include the property or not. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2-dev | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-10-28 17:53 | derick | New Issue | |
| 2009-12-28 17:34 | derick | Note Added: 0001215 | |
| 2009-12-28 17:34 | derick | Status | new => closed |
| 2009-12-28 17:34 | derick | Resolution | open => fixed |
| 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 |