t/htdocs/php/add.php (1 lines of code) (raw):

<?php $a=1; $b=2; $c=3; $d=$a+$b+$c; echo $d?>