summaryrefslogtreecommitdiffhomepage
path: root/test/php/targets/index.php
blob: 88239d5f6f0c9e7c9a39964aed3ec139a539c417 (plain) (blame)
1
2
3
4
<?php
header('Content-Length: 5');
echo 'index';
?>