var-dump icon indicating copy to clipboard operation
var-dump copied to clipboard

Support hexadecimal characters in strings

Open rodber opened this issue 2 years ago • 0 comments

Working with ArrayAccess I've noticed that array casting produces keys with this format:

"\x00Chevere\Tests\Parameter\_resources\ArrayAccessClass\x00string"

VarDump indicates the right string length but it doesn't display the \x00 chars. This should affect all the double-quoted strings.

rodber avatar Jun 29 '23 12:06 rodber