<?php class A { static public function foo() { echo 42; } } $a = new A; $a->foo();
You have javascript disabled. You will not be able to edit any code.