示例#1
0
文件: flow.php 项目: badlamer/hhvm
function test($x)
{
    error_log("test " . $x);
    $obj = new cls();
    $obj->pub($x);
    error_log("test done " . $x);
}