<?php class foo { static function new() { echo 'Hello'; } } foo::new();
You have javascript disabled. You will not be able to edit any code.