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