diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/subtract.php')
-rw-r--r-- | debian/perl-framework/t/htdocs/php/subtract.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/subtract.php b/debian/perl-framework/t/htdocs/php/subtract.php new file mode 100644 index 0000000..acf18f4 --- /dev/null +++ b/debian/perl-framework/t/htdocs/php/subtract.php @@ -0,0 +1 @@ +<?php $a=27; $b=7; $c=10; $d=$a-$b-$c; echo $d?> |