On Sat, Feb 27, 2021 at 10:12 PM Rowan Tommins <rowan.coll...@gmail.com> wrote:
> On 27/02/2021 20:05, Nikita Popov wrote: > > If we additionally change it to explicitly print reference wrappers, I > > believe that debug_zval_dump() will produce a faithful representation. > > > Is that even possible without either accepting parameters by reference, > or taking a variable name like the XDebug version does? > The root value cannot be a reference, but nested values can be. Nikita