3v4l.org

run code in 500+ PHP versions simultaneously
<?php function foo($a, $b = 2, $c = 3) { return func_get_args(); } var_dump(foo(1, c: 2));
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(2) }
Output for 7.4.0 - 7.4.33
Parse error: syntax error, unexpected ':', expecting ')' in /in/tglTA on line 8
Process exited with code 255.

preferences:
77.58 ms | 1262 KiB | 4 Q