3v4l.org

run code in 300+ PHP versions simultaneously
<?php function math(a, b){ return a * b; } echo math(6,7);
Output for 5.6.7 - 5.6.13
Parse error: syntax error, unexpected ',', expecting variable (T_VARIABLE) in /in/Wkk3P on line 3
Process exited with code 255.
Output for 5.4.2 - 5.4.45, 5.5.24 - 5.5.29
Parse error: syntax error, unexpected ',', expecting '&' or variable (T_VARIABLE) in /in/Wkk3P on line 3
Process exited with code 255.

preferences:
186.45 ms | 1395 KiB | 63 Q