document.write("
<?php
function add() {
$a = 10;
$b = 20;
echo $sum = $a + $b;
}
add();
216.php - Snippet hosted by \"Cacher\"
");