<?php class foo { function bar() { var_dump(get_class(null)); } } $foo = new foo(); $foo->bar();
You have javascript disabled. You will not be able to edit any code.