3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bar = "somevalue"; function test(&$var) { $var = & $GLOBALS['_SERVER']; } test($bar); var_dump($bar);

preferences:
54.19 ms | 402 KiB | 5 Q