<?php $x = "Hello\rWorld"; echo $x; ?>
To preserve any whitespace or line breaks, we have wrapped the result in a PRE element
Hello World