3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); function f($x) { return $x; } $x = 'variable'; const x = 'const'; echo "${f(x)}";

preferences:
27.5 ms | 404 KiB | 5 Q