[ create a new paste ] login | about

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

PHP, pasted on Jul 15:
1
2
3
<?php
$blah = false ? "What?" : die('Oh, good.');
?>


Output:
1
Oh, good.


Create a new paste based on this one


Comments: