View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000155 | Xdebug | Uncategorized | public | 2005-10-15 23:54 | 2006-01-17 21:29 |
| Reporter | mccabe | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0000155: Cannot watch array elements | ||||
| Description | in php, i have an array like:
I can watch $a, but if I request the value of $a[1] I get the full array in response, same if I request $a["test"]. If I reqest $a['test'] I get a crash. | ||||
| Additional Information | To request $a[1], I send: As reply, I get: To requeat $a['test'] I do: The response is: To request $a['test'] I send: I get no response, but in apache error log I get: | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux linus 2.6.11-1-686 | ||||
| PHP Version | 4.3.11 | ||||