<?php $f = 'var_dump'; call_user_func($f, 1); call_user_func_array($f, [1]); $f(1);
You have javascript disabled. You will not be able to edit any code.