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