View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000109 | Xdebug | Uncategorized | public | 2005-01-06 12:50 | 2005-02-16 11:49 |
Reporter | e_v_ches | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000109: requesting property_get or _value of protected class member from outside the class leads to an exit | ||||
Description | Both property_get and property_value requests for protected member of an instance of a class lead to debugger exit, simple and plain, without error codes, like: property_value -n $a->j -i 10 I'll give example code and a command-response log in additional info. To reproduce the bug in a given code you step_into 6 times and then request for property_get/_value $a->j | ||||
Additional Information | PHP example code, test.php:<?php
| ||||
Tags | No tags attached. | ||||
Operating System | win32 | ||||
PHP Version | 5.0.3-dev | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-01-06 12:50 | e_v_ches | New Issue | |
2005-02-16 11:49 | derick | Note Added: 0000229 | |
2005-02-16 11:49 | derick | Status | new => closed |
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 |