[ create a new paste ] login | about

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

PHP, pasted on May 27:
1
2
3
4
5
6
<?php
     if(true) {
        $x = 123;
     }
     echo $x;
?>


Output:
1
123


Create a new paste based on this one


Comments: