3v4l.org

run code in 300+ PHP versions simultaneously
<?php fdf(); function a($a) { } $b = 3; a(&$b);
Output for 5.4.18 - 5.4.19
Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of a(). in /in/KIsfl on line 6
Process exited with code 255.
Output for 5.4.0 - 5.4.17
Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of a(). in /in/Ak282 on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Deprecated: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of a(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /in/Ak282 on line 6 Fatal error: Call to undefined function fdf() in /in/Ak282 on line 2
Process exited with code 255.

preferences:
181.9 ms | 1395 KiB | 55 Q