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