View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001478 | Xdebug | Uncategorized | public | 2017-10-08 09:47 | 2018-01-29 21:56 |
| Reporter | aik099 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Product Version | 2.4.0 | ||||
| Summary | 0001478: Object properties with dash can't be inspected | ||||
| Description | I've used | ||||
| Tags | No tags attached. | ||||
| Operating System | Slackware | ||||
| PHP Version | 5.4.45-5.4.50 | ||||
|
|
Can you please follow the instructions at https://xdebug.org/support.php#remote ? |
|
|
Script: <?php $json = <<<JSON $parsed = json_decode($json); ?> CLI output (when attempting to view class property with dash): PHP Notice: Undefined property: stdClass::$psr in .../remote_debug_bug.php on line 18 Remote debug log attached above. |
|
|
Duplicate of 0001520, which has a better description. |