View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001680 | Xdebug | Uncategorized | public | 2019-07-10 11:13 | 2020-10-14 15:02 |
| Reporter | krakjoe | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0dev | Fixed in Version | 3.0.0beta1 | ||
| Summary | 0001680: Update var dumping routines to include relevant information for interned strings and immutable arrays | ||||
| Description | When a string is interned or an array is immutable, the info displayed by xdebug may be confusing: https://stackoverflow.com/questions/56833897/why-increasing-refcount-of-zval-not-working Propose that interned strings show "interned" in place of "refcount=%d", and immutable arrays show "immutable" in place of "refcount=%d". | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.3.5-7.3.9 | ||||