function main() { $b = new b(); $b->f($b); t::f($b); $b->set($b, 'new value'); t::set($b, 'newer value'); $a = new a(); $a->f($a); t::f($a); }
function main() { a::f(); t::f(); }