<?php $callable = function() { echo 'Hello world!'; }; call_user_func($callable);
You have javascript disabled. You will not be able to edit any code.