View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000322 | Xdebug | Step Debugging | public | 2007-10-23 15:33 | 2020-03-12 17:19 |
| Reporter | nix | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0000322: Unable to get value for hash via DBGp . | ||||
| Description | property_get command cannot retrieve value for associative I tried to use as property fullname argument following cases | ||||
| Additional Information | command is : response is : | ||||
| Tags | No tags attached. | ||||
| Operating System | Solaris 10 | ||||
| PHP Version | 5.1.4 | ||||
|
|
I'm sorry. Appeared error is consequence of context 0 that is used in property_get |
|
|
Marking as invalid as requested. However, if $_SERVER has been used in a function, then it would also work without the -c 1 (as the name was introduced into the local scope, which is context 0. |