Multiply by tabasa

<?\x0d
$a=split(",",fgets(STDIN));\x0d
$i=0;$sum=1;\x0d
while($i<count($a)){$sum*=$a[$i];$i++;}\x0d
echo $sum;\x0d
?>

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page