3v4l.org

run code in 300+ PHP versions simultaneously
<?php function Test($x=7,$x=8) { $p1 = func_get_arg(0); $p2 = func_get_arg(1); echo ($p1 * $p2); } echo Test();
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Warning: func_get_arg(): Argument 0 not passed to function in /in/SS5Re on line 3 Warning: func_get_arg(): Argument 1 not passed to function in /in/SS5Re on line 4 0

preferences:
228.48 ms | 1397 KiB | 162 Q