[ create a new paste ] login | about

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

PHP, pasted on Mar 21:
1
2
3
4
5
6
7
8
9
10
<?php

function _process()
{
echo 'hi';
}

_process();

?>


Output:
1
hi


Create a new paste based on this one


Comments: