<?php class Null { public static function x() { return 3; } } var_dump(Null::x());
You have javascript disabled. You will not be able to edit any code.