3v4l.org

run code in 500+ PHP versions simultaneously
<?php function f(&$a) { } f(&$a);
Output for 8.3.5
Parse error: syntax error, unexpected token "&" in /in/dQWEt on line 5
Process exited with code 255.
Output for 5.4.0 - 5.4.32
Fatal error: Call-time pass-by-reference has been removed in /in/dQWEt on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Deprecated: Call-time pass-by-reference has been deprecated in /in/dQWEt on line 5

preferences:
42.07 ms | 754 KiB | 3 Q