<html>
<body>
<pre>
$x = "Hello\tWorld";
echo $x;
</pre>
<p>To preserve any whitespace or line breaks, we have wrapped the result in a PRE element</p>
</body>
</html>
Hello World
To preserve any whitespace or line breaks, we have wrapped the result in a PRE element.