Arquivos
hhvm/hphp/test/test_xbox_init.php
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

6 linhas
66 B
PHP

<?php
function xbox_process_message($p) {
return strrev($p);
}