1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext/standard/tests
Nikita Popov e2c8ab7c33 Print "interned" instead of fake refcount in debug_zval_dump()
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.
2021-01-15 12:21:24 +01:00
..
2020-10-30 11:13:35 +01:00
2020-09-18 14:28:32 +02:00
2020-10-20 15:35:41 +02:00
2020-09-29 16:49:46 +02:00
2020-11-19 19:26:56 +01:00
2021-01-04 01:52:59 -08:00
2020-12-23 13:53:19 +01:00
2020-09-18 14:28:32 +02:00