View Issue Details

IDProjectCategoryView StatusLast Update
0001680XdebugUncategorizedpublic2020-10-14 15:02
Reporterkrakjoe Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version3.0devFixed in Version3.0.0beta1 
Summary0001680: 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".

TagsNo tags attached.
Operating System
PHP Version7.3.5-7.3.9

Activities

derick

2019-07-19 13:57

administrator   ~0005077

PR is https://github.com/xdebug/xdebug/pull/486

derick

2019-08-10 12:24

administrator   ~0005115

Merged for Xdebug 3.0. Thanks Joe!