[ create a new paste ] login | about

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

PHP, pasted on Aug 18:
1
2
3
4
<?php
echo "this is true: " . true;
echo "\n";
echo "this is false: ".false;


Output:
1
2
this is true: 1
this is false: 


Create a new paste based on this one


Comments: