<?php function myfunc(){ echo 'works'; } define('func', 'myfunc'); (func)(); // Error: function "func" not defined
You have javascript disabled. You will not be able to edit any code.