3v4l.org

run code in 300+ PHP versions simultaneously
<?php function list(){ echo "A\nB\nC\n" } list();
Output for 5.5.24 - 5.5.30, 5.6.7 - 5.6.14
Parse error: syntax error, unexpected 'list' (T_LIST), expecting '(' in /in/1CWhE on line 3
Process exited with code 255.
Output for 5.4.0 - 5.4.45
Parse error: syntax error, unexpected 'list' (T_LIST), expecting identifier (T_STRING) or '(' in /in/1CWhE on line 3
Process exited with code 255.

preferences:
194.99 ms | 1395 KiB | 67 Q