Arquivos
hhvm/hphp/test/ext/debugger_tests/web_request_interrupt.php
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

6 linhas
121 B
PHP

<?php
require_once("hphpd.php");
error_log("In ".$_SERVER['PHP_SELF']);
interrupt('web_request');
echo "interrupt done";