3v4l.org

run code in 300+ PHP versions simultaneously
<?php function foo(&$x) {return x;} $x = 42; unset(foo(x));
Output for 5.3.0 - 5.3.24, 5.4.0 - 5.4.14
Fatal error: Only variables can be passed by reference in /in/DLJA5 on line 4
Process exited with code 255.

preferences:
174.67 ms | 1395 KiB | 47 Q