<?php class C { public function go() { echo 'gone'; } } $c = new C(); $c->go();
You have javascript disabled. You will not be able to edit any code.