summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/subtract.php
blob: acf18f4a7b8fd053255273e5d59f63734bd4242a (plain)
1
<?php $a=27; $b=7; $c=10; $d=$a-$b-$c; echo $d?>