[ create a new paste ] login | about

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

PHP, pasted on Feb 20:
1
2
3
4
5
<?php
$foo = intval(10);
$bar = strval("10");

print $foo + $bar;


Output:
1
20


Create a new paste based on this one


Comments: