3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sf($arg) { echo "called\n"; return $arg; } function test() { global ${sf("a")}; var_dump($a); } $a = 42; test();

preferences:
57.39 ms | 402 KiB | 5 Q