PHP Code:
<?php
$zeroone 
0;
$zerotwo 0;
echo 
"0+0is" . ($zeroone+$zerotwo) ;
?>