xref: /unit/test/php/mirror/index.php (revision 675:cbbb009775e0)
1<?php
2$body = file_get_contents('php://input');
3header('Content-Length: ' . strlen($body));
4echo $body;
5?>
6