Online PHP WebView Tool

<?php $str = addcslashes("Hello there!","t"); echo($str); ?>