class Test { function new() {} dynamic function test() {} static function main() { new Test().test(); } }