mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
debug_zval_dump() currently prints refcount 1 for interned strings and arrays, which does not really reflect the truth. These values are not refcounted, so the refcount is misleading. Instead print an "interned" tag. Closes GH-6598.
389 B
389 B