<?php error_reporting(E_ALL); function f($x) { return $x; } $x = 'variable'; const x = 'const'; echo "${f(x)}";
You have javascript disabled. You will not be able to edit any code.