[ create a new paste ] login | about

Link: http://codepad.org/YrFalHVC    [ raw code | output | fork ]

PHP, pasted on Jun 25:
1
2
3
4
<?php
    $quoteFromJoe = 'I\'m not a theif!';
    echo "\"$quoteFromJoe\"\r\r\t\t \\Joe\\";
?>


Output:
1
2
3
"I'm not a theif!"

		 \Joe\


Create a new paste based on this one


Comments: