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 | derick | ||
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. | ||||
Attached Files | |||||
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. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-08 09:47 | aik099 | New Issue | |
2017-10-08 09:58 | derick | Note Added: 0004438 | |
2017-10-08 09:58 | derick | Assigned To | => derick |
2017-10-08 09:58 | derick | Status | new => feedback |
2017-10-08 10:20 | aik099 | File Added: xdebug_remote.log | |
2017-10-08 10:21 | aik099 | Note Added: 0004439 | |
2017-10-08 10:21 | aik099 | Status | feedback => assigned |
2017-10-08 10:21 | aik099 | Note Edited: 0004439 | |
2018-01-29 21:56 | derick | Note Added: 0004588 | |
2018-01-29 21:56 | derick | Relationship added | duplicate of 0001520 |
2018-01-29 21:56 | derick | Status | assigned => resolved |
2018-01-29 21:56 | derick | Resolution | open => duplicate |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |