예제 #1
0
파일: sys_trait.php 프로젝트: badlamer/hhvm
function test()
{
    $x = new X();
    var_dump($x->lazy());
}