Cross Reference: io_timeout.php
xref
: /
yui3
/
src
/
base
/
base-build.properties
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
<?php
sleep
(
5
);
header
(
'Content-type:
text
/
plain
"
);
echo
"TIMEOUT"
;
?>