<?php class Test { public function new() { echo __METHOD__; } } (new Test)->new();
You have javascript disabled. You will not be able to edit any code.