summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/multiply.php
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/multiply.php')
-rw-r--r--debian/perl-framework/t/htdocs/php/multiply.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/multiply.php b/debian/perl-framework/t/htdocs/php/multiply.php
new file mode 100644
index 0000000..4ed88c5
--- /dev/null
+++ b/debian/perl-framework/t/htdocs/php/multiply.php
@@ -0,0 +1 @@
+<?php $a=2; $b=4; $c=8; $d=$a*$b*$c; echo $d?>