summaryrefslogblamecommitdiffhomepage
path: root/test/php/fastcgi_finish_request/index.php
blob: a6211303388101bf4bd772c434fb9c81375f78ae (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                 
<?php
if (!isset($_GET['skip'])) {
    echo "0123";
}

if (!fastcgi_finish_request()) {
    error_log("Error in fastcgi_finish_request");
}

echo "4567";
?>