Arquivos
hhvm/hphp/test/ext/test_xbox_init.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
66 B
PHP

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