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 | ||||