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

13 linhas
182 B
PHP

<?php
function testStartup($x) {
error_log("testStartup called");
}
if (isset($_ENV['HHVM'])) {
error_log("HHVM");
}
if (isset($_ENV['HHVM_JIT'])) {
error_log("HHVM_JIT");
}