summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/multiply.php
blob: 4ed88c5bd8bf272b755c66ddb160a4fb0d659e43 (plain)
1
<?php $a=2; $b=4; $c=8; $d=$a*$b*$c; echo $d?>