[ create a new paste ] login | about

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

PHP, pasted on Jan 18:
1
2
3
4
5
6
7
8
<?php 
$str = <<<HDC
 This is a sample text
                   Some more sample text
 Even more sample text
HDC;
echo $str;
?>


Output:
1
2
3
 This is a sample text
                   Some more sample text
 Even more sample text


Create a new paste based on this one


Comments: