3v4l.org

run code in 300+ PHP versions simultaneously
<?php function suma() { $sum=0; for(i=0;$i<func_num_arg();$i++) { $sum += func_get_arg($i); } suma(1,2,3,4,5,6,7); ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected '=', expecting ';' in /in/gP55T on line 5
Process exited with code 255.

preferences:
188.51 ms | 1395 KiB | 67 Q