3v4l.org

run code in 300+ PHP versions simultaneously
<?php $SESSION = []; function a($name) { global $SESSION; $SESSION[$name] = $$name; } a('a'); $a = 'abc'; var_dump($SESSION);

preferences:
57.41 ms | 402 KiB | 5 Q