summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php')
-rw-r--r--debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php b/debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php
new file mode 100644
index 0000000..4314e0d
--- /dev/null
+++ b/debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php
@@ -0,0 +1,4 @@
+<?php
+ foreach ($_SERVER as $key => $value) {
+ echo "$key=$value\n";
+ } \ No newline at end of file