var-dump
var-dump copied to clipboard
Support hexadecimal characters in strings
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.