summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/fpm/pp/sub1/test.php
blob: 4314e0d47eda129bed13c0a3ce901e468c45b035 (plain)
1
2
3
4
<?php
    foreach ($_SERVER as $key => $value) {
        echo "$key=$value\n";
    }