3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($emails) { $emails = implode(', ', $emails); return 1; } $emails = array('a', 1,2,3); test() echo $emails;
Output for 5.4.0 - 5.4.21
Parse error: syntax error, unexpected 'echo' (T_ECHO) in /in/oLrtU on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_ECHO in /in/oLrtU on line 10
Process exited with code 255.

preferences:
188.73 ms | 1399 KiB | 57 Q