Arquivos
hhvm/hphp/test/ext/pageletserver
T
Paul Tarjan f5569e4755 clean up tests dir
I think this dir shouldn't have anything non-necessary in the root.
2013-06-06 16:31:09 -07:00

12 linhas
260 B
Plaintext

<?php
echo "pagelet postparam: ";
echo $HTTP_RAW_POST_DATA;
echo "pagelet getparam: ";
echo $_GET["getparam"];
echo "pagelet header: ";
echo $_SERVER["HTTP_MYHEADER"];
header("ResponseHeader: okay");
sleep(1); // give status check and timeout time to happen