Arquivos
hhvm/hphp/test/pageletserver
T
mwilliams 67013476b5 Fix TestExt to work under hhvm
and move it into the hhvm_tests target
2013-02-14 09:09:27 -08: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