io_timeout.php revision ec1700de1682e716345e98bad588e6d0c707d1a0
<?php
sleep(5);
header('Content-type: text/plain");
echo "TIMEOUT";
?>