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