Type: controlCharsMap
protected static array $controlCharsMap = [ "\t" => '\\t', "\n" => '\\n', "\v" => '\\v', "\f" => '\\f', "\r" => '\\r', "\x1b" => '\\e', ];