Cross Reference: io_timeout.php
xref
: /
yui3
/
src
/
async-queue
/
tests
/
manual
/
io_timeout.php
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
io_timeout.php revision 34936fbb725f1aed7644fcabf999643513ad8644
<?php
sleep
(
5
);
header
(
'Content-type:
text
/
plain
"
);
echo
"TIMEOUT"
;
?>