3v4l.org

run code in 300+ PHP versions simultaneously
<?php function listing() { return &array("foo", "bar"); } $first = reset(listing()); var_dump($first); ?>
Output for 5.3.0 - 5.3.18, 5.4.0 - 5.4.8
Parse error: syntax error, unexpected '&' in /in/FOr0c on line 3
Process exited with code 255.

preferences:
173.12 ms | 1395 KiB | 35 Q