View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001048 | Xdebug | public | 2014-04-14 14:22 | 2014-05-20 00:00 | |
| Reporter | SvetlanaZem | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2.1 | ||||
| Fixed in Version | 2.2.6 | ||||
| Summary | 0001048: Can not get $GLOBAL variable by property_value on function context | ||||
| Description | While debugging code: function foo() { foo(); property_value -n $GLOBAL['CACHE'] is available only in global context (xdebug_break(); // 2). The command will be responced by "can not get property" if it was called from function (xdebug_break(); // 1). Log file is attached. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4.10-5.4.14 | ||||