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